GradientStop.Position プロパティ

定義

Position

スキーマ内の次の属性を表します: 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

プロパティ値

Int32Value を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

このグラデーションの位置を色の帯に表示する場所を指定します。 この位置は、[0%, 100%] の範囲で指定されます。これは、それぞれカラー バンドの開始と終了に対応します。

この属性に使用できる値は、単純型によって ST_PositiveFixedPercentage 定義されます。

適用対象