Share via


GradientStop.Position Property

Definition

Position

Represents the following attribute in the schema: pos

[DocumentFormat.OpenXml.SchemaAttr(0, "pos")]
public DocumentFormat.OpenXml.Int32Value Position { get; set; }
public DocumentFormat.OpenXml.Int32Value Position { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "pos")]
public DocumentFormat.OpenXml.Int32Value? Position { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("pos")]
public DocumentFormat.OpenXml.Int32Value? Position { get; set; }
public DocumentFormat.OpenXml.Int32Value? Position { get; set; }
member this.Position : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "pos")>]
member this.Position : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("pos")>]
member this.Position : DocumentFormat.OpenXml.Int32Value with get, set
Public Property Position As Int32Value

Property Value

Returns Int32Value.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies where this gradient stop should appear in the color band. This position is specified in the range [0%, 100%], which corresponds to the beginning and the end of the color band respectively.

The possible values for this attribute are defined by the ST_PositiveFixedPercentage simple type.

Applies to