LinearGradientBrush
open class LinearGradientBrush : Brush
Represents a LinearGradientBrush object. This class inherits Brush.
-
Declaration
Swift
public override init() -
Undocumented
Declaration
Swift
public override func hash(into hasher: inout Hasher) -
Specifies the positions of the linear gradient.
Declaration
Swift
open var positions: [Double] -
Specifies the angle of the linear gradient.
Declaration
Swift
open var angle: Double
LinearGradientBrush Class Reference