Class OdfGradient
Represents a named ODF drawing gradient definition. 表示具名稱的 ODF 繪圖漸層定義。
public sealed class OdfGradient
- Inheritance
-
OdfGradient
- Inherited Members
Properties
Angle
Gets or sets the gradient angle in tenths of a degree. 取得或設定漸層角度,單位為十分之一度。
public int Angle { get; set; }
Property Value
EndColor
Gets or sets the ending color. 取得或設定結束色彩。
public string EndColor { get; set; }
Property Value
Name
Gets the gradient name. 取得漸層名稱。
public string Name { get; }
Property Value
StartColor
Gets or sets the starting color. 取得或設定起始色彩。
public string StartColor { get; set; }
Property Value
Style
Gets or sets the gradient style token, such as linear or radial.
取得或設定漸層樣式詞彙,例如 linear 或 radial。
public string Style { get; set; }