Table of Contents

Class RichItemContainerData

Namespace: RichCanvas.Automation.ControlInformations
Assembly: RichCanvas.dll

Data transfer object exposing RichCanvas.RichCanvasContainer information to UI Automation proejct.

public class RichItemContainerData

Inheritance

objectRichItemContainerData

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

bool

Left

RichCanvas.RichCanvasContainer.Left property value.

public double Left { get; }

Property Value

double

ScaleX

RichCanvas.RichCanvasContainer.Scale property value.

public double ScaleX { get; }

Property Value

double

ScaleY

RichCanvas.RichCanvasContainer.Scale property value.

public double ScaleY { get; }

Property Value

double

Top

RichCanvas.RichCanvasContainer.Top property value.

public double Top { get; }

Property Value

double