Table of Contents

Class GuideHost

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

Constructors

GuideHost()

public GuideHost()

Fields

ContentControlProperty

public static readonly DependencyProperty ContentControlProperty

Field Value

DependencyProperty

CoverBackgroundProperty

public static readonly DependencyProperty CoverBackgroundProperty

Field Value

DependencyProperty

CurrentIndexProperty

public static readonly DependencyProperty CurrentIndexProperty

Field Value

DependencyProperty

IsGuideProperty

public static readonly DependencyProperty IsGuideProperty

Field Value

DependencyProperty

NextCommand

public static RoutedCommand NextCommand

Field Value

RoutedCommand

PathStyleProperty

public static readonly DependencyProperty PathStyleProperty

Field Value

DependencyProperty

SkipCommand

public static RoutedCommand SkipCommand

Field Value

RoutedCommand

TotalProperty

public static readonly DependencyProperty TotalProperty

Field Value

DependencyProperty

Properties

ContentControl

public ContentControl ContentControl { get; set; }

Property Value

ContentControl

CoverBackground

public Brush CoverBackground { get; set; }

Property Value

Brush

CurrentIndex

public int CurrentIndex { get; set; }

Property Value

int

IsGuide

public bool IsGuide { get; set; }

Property Value

bool

PathStyle

public Style PathStyle { get; set; }

Property Value

Style

Total

public int Total { get; set; }

Property Value

int

VisualChildrenCount

Gets the number of visual child elements within this element.

protected override int VisualChildrenCount { get; }

Property Value

int

The number of visual child elements for this element.

Methods

ArrangeOverride(Size)

Called to arrange and size the content of a Control object.

protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize Size

Returns

Size

The size of the control.

Click()

public void Click()

GetVisualChild(int)

Overrides GetVisualChild(int), and returns a child at the specified index from a collection of child elements.

protected override Visual GetVisualChild(int index)

Parameters

index int

The zero-based index of the requested child element in the collection.

Returns

Visual

The requested child element. This should not return null; if the provided index is out of range, an exception is thrown.

InitData()

public void InitData()

MeasureOverride(Size)

Called to remeasure a control.

protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize Size

Returns

Size

The size of the control, up to the maximum specified by constraint.

OnApplyTemplate()

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

public override void OnApplyTemplate()

Refresh()

public void Refresh()

RefreshClip()

public void RefreshClip()

ScrollTo()

public void ScrollTo()