Table of Contents

Class GitTopContainer

Namespace
HeBianGu.Control.TopContainer
Assembly
HeBianGu.Control.TopContainer.dll
public class GitTopContainer : ListBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
Inheritance
GitTopContainer
Implements
Inherited Members
Extension Methods

Constructors

GitTopContainer()

public GitTopContainer()

Fields

CenterContentProperty

public static readonly DependencyProperty CenterContentProperty

Field Value

DependencyProperty

CoverHideCommand

public static RoutedUICommand CoverHideCommand

Field Value

RoutedUICommand

CoverVisibilityProperty

public static readonly DependencyProperty CoverVisibilityProperty

Field Value

DependencyProperty

HeaderHeightProperty

public static readonly DependencyProperty HeaderHeightProperty

Field Value

DependencyProperty

Properties

CenterContent

public object CenterContent { get; set; }

Property Value

object

CoverVisibility

public Visibility CoverVisibility { get; set; }

Property Value

Visibility

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

DynamicKey

public static ComponentResourceKey DynamicKey { get; }

Property Value

ComponentResourceKey

HeaderHeight

public double HeaderHeight { get; set; }

Property Value

double

ToggleKey

public static ComponentResourceKey ToggleKey { get; }

Property Value

ComponentResourceKey

Methods

OnApplyTemplate()

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

public override void OnApplyTemplate()