Summary
Base class for brushes that draw with a gradient.
- Namespace
- Avalonia
.Media - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- IMutableBrush
- IAffectsRender
- IGradientBrush
- IBrush
- Base Types
-
- object
- AvaloniaObject
- Animatable
- Brush
- Derived Types
graph BT
Type-->Base0["Brush"]
click Base0 "/api/Avalonia.Media/Brush"
Base0-->Base1["Animatable"]
click Base1 "/api/Avalonia.Animation/Animatable"
Base1-->Base2["AvaloniaObject"]
click Base2 "/api/Avalonia/AvaloniaObject"
Base2-->Base3["object"]
Type-.->Interface0["IAvaloniaObject"]
click Interface0 "/api/Avalonia/IAvaloniaObject"
Type-.->Interface1["IAvaloniaObjectDebug"]
click Interface1 "/api/Avalonia.Diagnostics/IAvaloniaObjectDebug"
Type-.->Interface2["INotifyPropertyChanged"]
Type-.->Interface3["IValueSink"]
Type-.->Interface4["IMutableBrush"]
click Interface4 "/api/Avalonia.Media/IMutableBrush"
Type-.->Interface5["IAffectsRender"]
click Interface5 "/api/Avalonia.Media/IAffectsRender"
Type-.->Interface6["IGradientBrush"]
click Interface6 "/api/Avalonia.Media/IGradientBrush"
Type-.->Interface7["IBrush"]
click Interface7 "/api/Avalonia.Media/IBrush"
Type["GradientBrush"]
class Type type-node
Derived0["ConicGradientBrush"]-->Type
click Derived0 "/api/Avalonia.Media/ConicGradientBrush"
Derived1["RadialGradientBrush"]-->Type
click Derived1 "/api/Avalonia.Media/RadialGradientBrush"
Derived2["LinearGradientBrush"]-->Type
click Derived2 "/api/Avalonia.Media/LinearGradientBrush"
Syntax
public abstract class GradientBrush : Brush, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink, IMutableBrush, IAffectsRender, IGradientBrush, IBrush
Constructors
Name | Summary |
---|---|
GradientBrush |
Initializes a new instance of the GradientBrush class.
|
Events
Name | Type | Summary |
---|---|---|
Invalidated | EventHandler |
Raised when the resource changes visually.
Inherited from Brush
|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
ClockProperty |
Defines the
Clock property.
Inherited from Animatable
static
|
|
Gradient |
Defines the
GradientStops property.
static
|
|
OpacityProperty |
Defines the
Opacity property.
Inherited from Brush
static
|
|
SpreadMethodProperty |
Defines the
SpreadMethod property.
static
|
|
TransitionsProperty |
Defines the
Transitions property.
Inherited from Animatable
static
|
Properties
Name | Value | Summary |
---|---|---|
Clock | IClock |
Gets or sets the clock which controls the animations on the control.
Inherited from Animatable
|
GradientStops | GradientStops | |
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
Opacity | double |
Gets or sets the opacity of the brush.
Inherited from Brush
|
SpreadMethod | GradientSpreadMethod |
Gets the brush's spread method that defines how to draw a gradient that doesn't fill
the bounds of the destination control.
|
this[ |
object |
Gets or sets the value of a
AvaloniaProperty .
Inherited from AvaloniaObject
|
this[ |
IBinding |
Gets or sets a binding for a
AvaloniaProperty .
Inherited from AvaloniaObject
|
Transitions | Transitions? |
Gets or sets the property transitions for the control.
Inherited from Animatable
|