BaseGradientFillSettings.TransparencyPoints

BaseGradientFillSettings.TransparencyPoints property

Gets or sets the transparency points.

[Obsolete("This property is obsolete. It is moved to GradientFillSettings class. Property will be removed in 23.10 release.")]
public IGradientTransparencyPoint[] TransparencyPoints { get; set; }

Property Value

The transparency points.

See Also