Class CompositionVisual
- Namespace
- Avalonia.Rendering.Composition
- Assembly
- Avalonia.Base.dll
The base visual object in the composition visual hierarchy.
public abstract class CompositionVisual : CompositionObject
- Inheritance
-
CompositionVisual
- Derived
- Inherited Members
Properties
AnchorPoint
public Vector AnchorPoint { get; set; }
Property Value
CenterPoint
public Vector3D CenterPoint { get; set; }
Property Value
ClipToBounds
public bool ClipToBounds { get; set; }
Property Value
Offset
public Vector3D Offset { get; set; }
Property Value
Opacity
public float Opacity { get; set; }
Property Value
OpacityMask
public IBrush? OpacityMask { get; set; }
Property Value
Orientation
public Quaternion Orientation { get; set; }
Property Value
RenderOptions
public RenderOptions RenderOptions { get; set; }
Property Value
RotationAngle
public float RotationAngle { get; set; }
Property Value
Scale
public Vector3D Scale { get; set; }
Property Value
Size
public Vector Size { get; set; }
Property Value
Visible
public bool Visible { get; set; }