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
MaskBackgroundProperty
public static readonly DependencyProperty MaskBackgroundProperty
Field Value
VisualProperty
public static readonly DependencyProperty VisualProperty
Field Value
Properties
Canvas
protected Canvas Canvas { get; }
Property Value
CoverBackground
public Brush CoverBackground { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
Mask
protected MaskGrid Mask { get; }
Property Value
MaskBackground
public Brush MaskBackground { get; set; }
Property Value
Visual
public Visual Visual { get; set; }
Property Value
Methods
Checked()
protected abstract bool Checked()
Returns
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)