GradientStop

Inheritance: AvaloniaObject AvaloniaUI documentation: GradientStop API

Constructors

Properties

Usages

GradientStop(Colors.Blue, 0.)

Get access to the underlying GradientStop

let brushesRef = ViewRef<GradientStop>()

GradientStop(Colors.Blue, 0.)
    .reference(brushesRef)

Last updated