Class RichItemContainerData
Namespace: RichCanvas.Automation.ControlInformations
Assembly: RichCanvas.dll
Data transfer object exposing RichCanvas.RichCanvasContainer information to UI Automation proejct.
public class RichItemContainerData
Inheritance
object ← RichItemContainerData
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
DataContextType
Bound RichCanvas.RichCanvasContainer.DataContext type.
public Type? DataContextType { get; }
Property Value
Type?
IsSelected
RichCanvas.RichCanvasContainer.IsSelected property value.
public bool IsSelected { get; }
Property Value
Left
RichCanvas.RichCanvasContainer.Left property value.
public double Left { get; }
Property Value
ScaleX
RichCanvas.RichCanvasContainer.Scale property value.
public double ScaleX { get; }
Property Value
ScaleY
RichCanvas.RichCanvasContainer.Scale property value.
public double ScaleY { get; }
Property Value
Top
RichCanvas.RichCanvasContainer.Top property value.
public double Top { get; }