Table of Contents

Class RichItemsControlData

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

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

public class RichItemsControlData

Inheritance

objectRichItemsControlData

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

ItemsExtent

RichCanvas.RichCanvas.ItemsExtent property value.

public Rect ItemsExtent { get; }

Property Value

Rect

MaxZoom

RichCanvas.RichCanvas.MaxScale property value.

public double MaxZoom { get; }

Property Value

double

MinZoom

RichCanvas.RichCanvas.MinScale property value.

public double MinZoom { get; }

Property Value

double

MousePosition

RichCanvas.RichCanvas.MousePosition property value.

public Point MousePosition { get; }

Property Value

Point

ScaleFactor

RichCanvas.RichCanvas.ScaleFactor property value.

public double ScaleFactor { get; }

Property Value

double

ScrollFactor

RichCanvas.RichCanvas.ScrollFactor property value.

public double ScrollFactor { get; }

Property Value

double

TranslateTransformX

RichCanvas.RichCanvas.TranslateTransform.X property value.

public double TranslateTransformX { get; }

Property Value

double

TranslateTransformY

RichCanvas.RichCanvas.TranslateTransform.Y property value.

public double TranslateTransformY { get; }

Property Value

double

ViewportExtent

Size value from RichCanvas.RichCanvas.ExtentWidth and RichCanvas.RichCanvas.ExtentHeight properties values.

public Size ViewportExtent { get; }

Property Value

Size

ViewportLocation

RichCanvas.RichCanvas.ViewportLocation property value.

public Point ViewportLocation { get; }

Property Value

Point

ViewportSize

RichCanvas.RichCanvas.ViewportSize property value.

public Size ViewportSize { get; }

Property Value

Size

ViewportZoom

RichCanvas.RichCanvas.ViewportZoom property value.

public double ViewportZoom { get; }

Property Value

double