Table of Contents

Class GuideAdorner

Namespace
HeBianGu.Control.Guide
Assembly
HeBianGu.Control.Guide.dll
public class GuideAdorner : BorderAdorner, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
Inheritance
GuideAdorner
Implements
Inherited Members
Extension Methods

Constructors

GuideAdorner(UIElement, FrameworkElement)

public GuideAdorner(UIElement adornedElement, FrameworkElement child)

Parameters

adornedElement UIElement
child FrameworkElement

Fields

BeginGuideProperty

应用窗体关闭和显示

public static readonly DependencyProperty BeginGuideProperty

Field Value

DependencyProperty

GuidTextForegroundProperty

说明

public static readonly DependencyProperty GuidTextForegroundProperty

Field Value

DependencyProperty

GuideFillProperty

说明

public static readonly DependencyProperty GuideFillProperty

Field Value

DependencyProperty

GuideParentProperty

说明

public static readonly DependencyProperty GuideParentProperty

Field Value

DependencyProperty

GuideStrokeProperty

说明

public static readonly DependencyProperty GuideStrokeProperty

Field Value

DependencyProperty

GuideTextOffsetProperty

说明

public static readonly DependencyProperty GuideTextOffsetProperty

Field Value

DependencyProperty

IsShowProperty

说明

public static readonly DependencyProperty IsShowProperty

Field Value

DependencyProperty

Properties

Child

public FrameworkElement Child { get; }

Property Value

FrameworkElement

Foreground

public Brush Foreground { get; set; }

Property Value

Brush

Text

public string Text { get; set; }

Property Value

string

TextOffset

public Point TextOffset { get; set; }

Property Value

Point

Methods

GetBeginGuide(DependencyObject)

public static bool GetBeginGuide(DependencyObject obj)

Parameters

obj DependencyObject

Returns

bool

GetGuidTextForeground(DependencyObject)

public static Brush GetGuidTextForeground(DependencyObject d)

Parameters

d DependencyObject

Returns

Brush

GetGuideFill(DependencyObject)

public static Brush GetGuideFill(DependencyObject d)

Parameters

d DependencyObject

Returns

Brush

GetGuideParent(DependencyObject)

public static UIElement GetGuideParent(DependencyObject d)

Parameters

d DependencyObject

Returns

UIElement

GetGuideStroke(DependencyObject)

public static Brush GetGuideStroke(DependencyObject d)

Parameters

d DependencyObject

Returns

Brush

GetGuideTextOffset(DependencyObject)

public static Point GetGuideTextOffset(DependencyObject d)

Parameters

d DependencyObject

Returns

Point

GetIsShow(DependencyObject)

public static bool GetIsShow(DependencyObject d)

Parameters

d DependencyObject

Returns

bool

OnBeginGuideChanged(DependencyObject, DependencyPropertyChangedEventArgs)

public static void OnBeginGuideChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)

Parameters

d DependencyObject
e DependencyPropertyChangedEventArgs

OnRender(DrawingContext)

When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

protected override void OnRender(DrawingContext dc)

Parameters

dc DrawingContext

SetBeginGuide(DependencyObject, bool)

public static void SetBeginGuide(DependencyObject obj, bool value)

Parameters

obj DependencyObject
value bool

SetGuidTextForeground(DependencyObject, Brush)

public static void SetGuidTextForeground(DependencyObject obj, Brush value)

Parameters

obj DependencyObject
value Brush

SetGuideFill(DependencyObject, Brush)

public static void SetGuideFill(DependencyObject obj, Brush value)

Parameters

obj DependencyObject
value Brush

SetGuideParent(DependencyObject, UIElement)

public static void SetGuideParent(DependencyObject obj, UIElement value)

Parameters

obj DependencyObject
value UIElement

SetGuideStroke(DependencyObject, Brush)

public static void SetGuideStroke(DependencyObject obj, Brush value)

Parameters

obj DependencyObject
value Brush

SetGuideTextOffset(DependencyObject, Point)

public static void SetGuideTextOffset(DependencyObject obj, Point value)

Parameters

obj DependencyObject
value Point

SetIsShow(DependencyObject, bool)

public static void SetIsShow(DependencyObject obj, bool value)

Parameters

obj DependencyObject
value bool