public sealed class ImageBrush : TileBrush,
IImageBrush, ITileBrush, IBrushPublic NotInheritable Class ImageBrush
Inherits TileBrush
Implements IImageBrush, ITileBrush, IBrush[<SealedAttribute>]
type ImageBrush =
class
inherit TileBrush
interface IImageBrush
interface ITileBrush
interface IBrush
end| AlignmentX |
Gets or sets the horizontal alignment of a tile in the destination.
(Inherited from TileBrush) |
| AlignmentY |
Gets or sets the horizontal alignment of a tile in the destination.
(Inherited from TileBrush) |
| DestinationRect |
Gets or sets the rectangle on the destination in which to paint a tile.
(Inherited from TileBrush) |
| ItemAvaloniaProperty |
Gets or sets the value of a AvaloniaProperty.
(Inherited from AvaloniaObject) |
| ItemIndexerDescriptor |
Gets or sets a binding for a AvaloniaProperty.
(Inherited from AvaloniaObject) |
| Opacity |
Gets or sets the opacity of the brush.
(Inherited from Brush) |
| Source | Gets or sets the image to draw. |
| SourceRect |
Gets or sets the rectangle of the source image that will be displayed.
(Inherited from TileBrush) |
| Stretch |
Gets or sets a value controlling how the source rectangle will be stretched to fill
the destination rect.
(Inherited from TileBrush) |
| TileMode |
Gets or sets the brush's tile mode.
(Inherited from TileBrush) |
| Transform |
Gets or sets the transform of the brush.
(Inherited from Brush) |
| TransformOrigin |
Gets or sets the origin of the brush Transform (Inherited from Brush) |
| Transitions |
Gets or sets the property transitions for the control.
(Inherited from Animatable) |
| PropertyChanged |
Raised when a AvaloniaProperty value changes on this object.
(Inherited from AvaloniaObject) |
| SourceProperty | Defines the Visual property. |