Table of Contents

Class LayerBase

Namespace
HeBianGu.Control.Chart2D
Assembly
HeBianGu.Control.Chart2D.dll
public class LayerBase : DrawingCanvas, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDraw
Inheritance
LayerBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

LayerBase()

public LayerBase()

Fields

DrawedRoutedEvent

public static readonly RoutedEvent DrawedRoutedEvent

Field Value

RoutedEvent

TryFreezeProperty

public static readonly DependencyProperty TryFreezeProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

TryFreeze

冻结修改属性刷新 需要手动调用刷新 手动调用DrawOnce

public bool TryFreeze { get; set; }

Property Value

bool

Methods

ForceDraw()

public virtual void ForceDraw()

OnDrawed()

protected void OnDrawed()

TryDraw()

public virtual void TryDraw()

Events

Drawed

public event RoutedEventHandler Drawed

Event Type

RoutedEventHandler