Class LayerBox
[TemplatePart(Name = "PART_LayerView")]
[TemplatePart(Name = "PART_ThumbGrid")]
public class LayerBox : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
LayerBox
- Implements
- Inherited Members
- Extension Methods
Constructors
LayerBox()
public LayerBox()
Fields
DrawLayersProperty
public static readonly DependencyProperty DrawLayersProperty
Field Value
LayerViewProperty
public static readonly DependencyProperty LayerViewProperty
Field Value
MouseLogicalPositionProperty
public static readonly DependencyProperty MouseLogicalPositionProperty
Field Value
UseInfoProperty
public static readonly DependencyProperty UseInfoProperty
Field Value
UseLayerListProperty
public static readonly DependencyProperty UseLayerListProperty
Field Value
UseMessageProperty
public static readonly DependencyProperty UseMessageProperty
Field Value
UseThumbViewProperty
public static readonly DependencyProperty UseThumbViewProperty
Field Value
UseToolsProperty
public static readonly DependencyProperty UseToolsProperty
Field Value
Properties
DrawLayers
public ObservableCollection<ILayer> DrawLayers { get; set; }
Property Value
LayerView
public LayerView LayerView { get; }
Property Value
Layers
public ObservableCollection<ILayer> Layers { get; }
Property Value
MouseLogicalPosition
public Point MouseLogicalPosition { get; }
Property Value
UseInfo
public bool UseInfo { get; set; }
Property Value
UseLayerList
public bool UseLayerList { get; set; }
Property Value
UseMessage
public bool UseMessage { get; set; }
Property Value
UseThumbView
public bool UseThumbView { get; set; }
Property Value
UseTools
public bool UseTools { get; set; }
Property Value
Methods
CenterToRect(Rect)
public void CenterToRect(Rect rect)
Parameters
rect
Rect
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()
OnMouseMove(MouseEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected override void OnMouseMove(MouseEventArgs e)
Parameters
e
MouseEventArgsThe MouseEventArgs that contains the event data.
RefreshDraw()
public void RefreshDraw()
ZoomAll()
public void ZoomAll()
ZoomToRect(Rect)
public void ZoomToRect(Rect rect)
Parameters
rect
Rect