次の方法で共有


LinearGradientFill.Angle プロパティ

定義

角度

スキーマ内の次の属性を表します。

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

プロパティ値

Int32Value を返します。

属性

注釈

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

グラデーションの色の変更の方向を指定します。 この角度を定義するには、その値を時計回りに x 測定します。 次に ( -sin x, cos x ) は、グラデーション塗りつぶしの一定の色の線に平行なベクトルです。

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

適用対象