GradientFormat

GradientFormat class

表示梯度格式。

public sealed class GradientFormat : PVIObject, IGradientFormat

Properties

NameDescription
AsIPresentationComponent { get; }允许获取基本的 IPresentationComponent 接口。只读 IPresentationComponent
GradientDirection { get; set; }返回或设置梯度的样式。读/写 GradientDirection
GradientShape { get; set; }返回或设置梯度的形状。读/写 GradientShape
GradientStops { get; }返回梯度停止的集合。只读 IGradientStopCollection
LinearGradientAngle { get; set; }返回或设置梯度的角度。读/写单精度浮点数。
LinearGradientScaled { get; set; }确定梯度是否被缩放。读/写 NullableBool
TileFlip { get; set; }返回或设置梯度的翻转模式。读/写 TileFlip

Methods

NameDescription
override Equals(object)与指定对象进行比较。
override GetHashCode()返回哈希代码。

See Also