Class GuideHost
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
CoverBackgroundProperty
public static readonly DependencyProperty CoverBackgroundProperty
Field Value
CurrentIndexProperty
public static readonly DependencyProperty CurrentIndexProperty
Field Value
IsGuideProperty
public static readonly DependencyProperty IsGuideProperty
Field Value
NextCommand
public static RoutedCommand NextCommand
Field Value
PathStyleProperty
public static readonly DependencyProperty PathStyleProperty
Field Value
SkipCommand
public static RoutedCommand SkipCommand
Field Value
TotalProperty
public static readonly DependencyProperty TotalProperty
Field Value
Properties
ContentControl
public ContentControl ContentControl { get; set; }
Property Value
CoverBackground
public Brush CoverBackground { get; set; }
Property Value
CurrentIndex
public int CurrentIndex { get; set; }
Property Value
IsGuide
public bool IsGuide { get; set; }
Property Value
PathStyle
public Style PathStyle { get; set; }
Property Value
Total
public int Total { get; set; }
Property Value
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
intThe 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()