GradientFormat

GradientFormat 类

表示渐变格式。

public sealed class GradientFormat : PVIObject, IGradientFormat

属性

名称描述
AsIPresentationComponent { get; }允许获取基础 IPresentationComponent 接口。只读 IPresentationComponent
GradientDirection { get; set; }返回或设置渐变的样式。读写 GradientDirection
GradientShape { get; set; }返回或设置渐变的形状。读写 GradientShape
GradientStops { get; }返回渐变停止点的集合。只读 IGradientStopCollection
LinearGradientAngle { get; set; }返回或设置渐变的角度。读写 Single。
LinearGradientScaled { get; set; }确定渐变是否已缩放。读写 NullableBool
TileFlip { get; set; }返回或设置渐变的翻转模式。读写 TileFlip

方法

名称描述
override Equals(object)与指定的对象进行比较。
override GetHashCode()返回哈希码。

参见