Table of Contents

Class RichCanvasContainerData

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

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

public class RichCanvasContainerData

Inheritance

objectRichCanvasContainerData

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; set; }

Property Value

Type?

IsSelected

RichCanvas.RichCanvasContainer.IsSelected property value.

public bool IsSelected { get; set; }

Property Value

bool

Left

RichCanvas.RichCanvasContainer.Left property value.

public double Left { get; set; }

Property Value

double

ScaleX

RichCanvas.RichCanvasContainer.Scale property value.

public double ScaleX { get; set; }

Property Value

double

ScaleY

RichCanvas.RichCanvasContainer.Scale property value.

public double ScaleY { get; set; }

Property Value

double

Top

RichCanvas.RichCanvasContainer.Top property value.

public double Top { get; set; }

Property Value

double