目錄 / Table of Contents

Class OdfGradient

Namespace
OdfKit.Drawing
Assembly
OdfKit.dll

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

int

EndColor

Gets or sets the ending color. 取得或設定結束色彩。

public string EndColor { get; set; }

Property Value

string

Name

Gets the gradient name. 取得漸層名稱。

public string Name { get; }

Property Value

string

StartColor

Gets or sets the starting color. 取得或設定起始色彩。

public string StartColor { get; set; }

Property Value

string

Style

Gets or sets the gradient style token, such as linear or radial. 取得或設定漸層樣式詞彙,例如 linearradial

public string Style { get; set; }

Property Value

string