Table of Contents

Class ScrollLocatorBase

Namespace
HeBianGu.Control.ScrollVewerLocator
Assembly
HeBianGu.Control.ScrollVewerLocator.dll
[TemplatePart(Name = "PART_MASK", Type = typeof(MaskGrid))]
[TemplatePart(Name = "PART_Visual", Type = typeof(Canvas))]
public abstract class ScrollLocatorBase : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
ScrollLocatorBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

ScrollLocatorBase()

public ScrollLocatorBase()

Fields

CoverBackgroundProperty

public static readonly DependencyProperty CoverBackgroundProperty

Field Value

DependencyProperty

MaskBackgroundProperty

public static readonly DependencyProperty MaskBackgroundProperty

Field Value

DependencyProperty

VisualProperty

public static readonly DependencyProperty VisualProperty

Field Value

DependencyProperty

Properties

Canvas

protected Canvas Canvas { get; }

Property Value

Canvas

CoverBackground

public Brush CoverBackground { get; set; }

Property Value

Brush

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

Mask

protected MaskGrid Mask { get; }

Property Value

MaskGrid

MaskBackground

public Brush MaskBackground { get; set; }

Property Value

Brush

Visual

public Visual Visual { get; set; }

Property Value

Visual

Methods

Checked()

protected abstract bool Checked()

Returns

bool

LocationPoint(Point)

protected abstract void LocationPoint(Point p)

Parameters

p Point

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()

RefreshLocation()

protected abstract void RefreshLocation()

WheelPoint(Point, double)

protected abstract void WheelPoint(Point p, double Delta)

Parameters

p Point
Delta double