Table of Contents

Class LayerBox

Namespace
HeBianGu.Control.LayerBox
Assembly
HeBianGu.Control.LayerBox.dll
[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

DependencyProperty

LayerViewProperty

public static readonly DependencyProperty LayerViewProperty

Field Value

DependencyProperty

MouseLogicalPositionProperty

public static readonly DependencyProperty MouseLogicalPositionProperty

Field Value

DependencyProperty

UseInfoProperty

public static readonly DependencyProperty UseInfoProperty

Field Value

DependencyProperty

UseLayerListProperty

public static readonly DependencyProperty UseLayerListProperty

Field Value

DependencyProperty

UseMessageProperty

public static readonly DependencyProperty UseMessageProperty

Field Value

DependencyProperty

UseThumbViewProperty

public static readonly DependencyProperty UseThumbViewProperty

Field Value

DependencyProperty

UseToolsProperty

public static readonly DependencyProperty UseToolsProperty

Field Value

DependencyProperty

Properties

DrawLayers

public ObservableCollection<ILayer> DrawLayers { get; set; }

Property Value

ObservableCollection<ILayer>

LayerView

public LayerView LayerView { get; }

Property Value

LayerView

Layers

public ObservableCollection<ILayer> Layers { get; }

Property Value

ObservableCollection<ILayer>

MouseLogicalPosition

public Point MouseLogicalPosition { get; }

Property Value

Point

UseInfo

public bool UseInfo { get; set; }

Property Value

bool

UseLayerList

public bool UseLayerList { get; set; }

Property Value

bool

UseMessage

public bool UseMessage { get; set; }

Property Value

bool

UseThumbView

public bool UseThumbView { get; set; }

Property Value

bool

UseTools

public bool UseTools { get; set; }

Property Value

bool

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 MouseEventArgs

The MouseEventArgs that contains the event data.

RefreshDraw()

public void RefreshDraw()

ZoomAll()

public void ZoomAll()

ZoomToRect(Rect)

public void ZoomToRect(Rect rect)

Parameters

rect Rect