IImmutableSolidColorBrush Interface
Not client implementable.
Note: This interface is not client implementable. You need to enable PrivateApi if you want to implement this interface.
Fills an area with a solid color.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[NotClientImplementableAttribute]
public interface IImmutableSolidColorBrush : ISolidColorBrush,
IBrush, IImmutableBrush
<NotClientImplementableAttribute>
Public Interface IImmutableSolidColorBrush
Inherits ISolidColorBrush, IBrush, IImmutableBrush
[<NotClientImplementableAttribute>]
type IImmutableSolidColorBrush =
interface
interface ISolidColorBrush
interface IBrush
interface IImmutableBrush
end
Implements | IBrush, IImmutableBrush, ISolidColorBrush |
Properties
Color | Gets the color of the brush. (Inherited from ISolidColorBrush) |
Opacity | Gets the opacity of the brush. (Inherited from IBrush) |
Transform | Gets the transform of the brush. (Inherited from IBrush) |
TransformOrigin | Gets the origin of the brushes Transform (Inherited from IBrush) |
Extension Methods
ToImmutable() | Converts a brush to an immutable brush. (Defined by BrushExtensions) |