Class RichItemsControlData
Namespace: RichCanvas.Automation.ControlInformations
Assembly: RichCanvas.dll
Data transfer object exposing RichCanvas.RichCanvas information to UI Automation proejct.
public class RichItemsControlData
Inheritance
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
MaxZoom
RichCanvas.RichCanvas.MaxScale property value.
public double MaxZoom { get; }
Property Value
MinZoom
RichCanvas.RichCanvas.MinScale property value.
public double MinZoom { get; }
Property Value
MousePosition
RichCanvas.RichCanvas.MousePosition property value.
public Point MousePosition { get; }
Property Value
ScaleFactor
RichCanvas.RichCanvas.ScaleFactor property value.
public double ScaleFactor { get; }
Property Value
ScrollFactor
RichCanvas.RichCanvas.ScrollFactor property value.
public double ScrollFactor { get; }
Property Value
TranslateTransformX
RichCanvas.RichCanvas.TranslateTransform.X property value.
public double TranslateTransformX { get; }
Property Value
TranslateTransformY
RichCanvas.RichCanvas.TranslateTransform.Y property value.
public double TranslateTransformY { get; }
Property Value
ViewportExtent
Size value from RichCanvas.RichCanvas.ExtentWidth and RichCanvas.RichCanvas.ExtentHeight properties values.
public Size ViewportExtent { get; }
Property Value
ViewportLocation
RichCanvas.RichCanvas.ViewportLocation property value.
public Point ViewportLocation { get; }
Property Value
ViewportSize
RichCanvas.RichCanvas.ViewportSize property value.
public Size ViewportSize { get; }
Property Value
ViewportZoom
RichCanvas.RichCanvas.ViewportZoom property value.
public double ViewportZoom { get; }