Table of Contents

Class OdcExpander

Namespace
HeBianGu.Control.OutlookBar
Assembly
HeBianGu.Control.OutlookBar.dll

An Expander with animation.

public class OdcExpander : HeaderedContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IKeyTipControl
Inheritance
OdcExpander
Implements
Inherited Members
Extension Methods

Fields

CanAnimateProperty

public static readonly DependencyProperty CanAnimateProperty

Field Value

DependencyProperty

CollapsedEvent

public static readonly RoutedEvent CollapsedEvent

Field Value

RoutedEvent

CornerRadiusProperty

public static readonly DependencyProperty CornerRadiusProperty

Field Value

DependencyProperty

ExpandedEvent

public static readonly RoutedEvent ExpandedEvent

Field Value

RoutedEvent

HasPressedBackgroundProperty

public static readonly DependencyProperty HasPressedBackgroundProperty

Field Value

DependencyProperty

HeaderBackgroundProperty

public static readonly DependencyProperty HeaderBackgroundProperty

Field Value

DependencyProperty

HeaderBorderBrushProperty

public static readonly DependencyProperty HeaderBorderBrushProperty

Field Value

DependencyProperty

HeaderBorderThicknessProperty

public static readonly DependencyProperty HeaderBorderThicknessProperty

Field Value

DependencyProperty

ImageProperty

public static readonly DependencyProperty ImageProperty

Field Value

DependencyProperty

IsExpandedProperty

public static readonly DependencyProperty IsExpandedProperty

Field Value

DependencyProperty

IsHeaderVisibleProperty

public static readonly DependencyProperty IsHeaderVisibleProperty

Field Value

DependencyProperty

IsMinimizedProperty

public static readonly DependencyProperty IsMinimizedProperty

Field Value

DependencyProperty

MaximizedEvent

public static readonly RoutedEvent MaximizedEvent

Field Value

RoutedEvent

MinimizedEvent

public static readonly RoutedEvent MinimizedEvent

Field Value

RoutedEvent

MouseOverHeaderBackgroundProperty

public static readonly DependencyProperty MouseOverHeaderBackgroundProperty

Field Value

DependencyProperty

MouseOverHeaderForegroundProperty

public static readonly DependencyProperty MouseOverHeaderForegroundProperty

Field Value

DependencyProperty

PressedHeaderBackgroundProperty

public static readonly DependencyProperty PressedHeaderBackgroundProperty

Field Value

DependencyProperty

ShowEllipseProperty

public static readonly DependencyProperty ShowEllipseProperty

Field Value

DependencyProperty

Properties

CanAnimate

Gets or sets whether animation is possible

public bool CanAnimate { get; set; }

Property Value

bool

CornerRadius

Gets or sets the corner radius for the header.

public CornerRadius CornerRadius { get; set; }

Property Value

CornerRadius

HasPressedBackground

Gets whether the PressedBackground is not null.

public bool HasPressedBackground { get; set; }

Property Value

bool

HeaderBackground

public Brush HeaderBackground { get; set; }

Property Value

Brush

HeaderBorderBrush

public Brush HeaderBorderBrush { get; set; }

Property Value

Brush

HeaderBorderThickness

public Thickness HeaderBorderThickness { get; set; }

Property Value

Thickness

Image

Gets or sets the ImageSource for the image in the header.

public ImageSource Image { get; set; }

Property Value

ImageSource

IsExpanded

public bool IsExpanded { get; set; }

Property Value

bool

IsHeaderVisible

public bool IsHeaderVisible { get; set; }

Property Value

bool

IsMinimized

public bool IsMinimized { get; set; }

Property Value

bool

MouseOverHeaderBackground

Gets or sets the background color of the header on mouse over.

public Brush MouseOverHeaderBackground { get; set; }

Property Value

Brush

MouseOverHeaderForeground

Gets or sets the foreground color of the header on mouse over.

public Brush MouseOverHeaderForeground { get; set; }

Property Value

Brush

PressedHeaderBackground

Gets or sets the background color of the header in pressed mode.

public Brush PressedHeaderBackground { get; set; }

Property Value

Brush

ShowEllipse

Specifies whether to show a elipse with the expanded/collapsed image.

public bool ShowEllipse { get; set; }

Property Value

bool

Methods

IsExpandedChanged(DependencyObject, DependencyPropertyChangedEventArgs)

public static void IsExpandedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)

Parameters

d DependencyObject
e DependencyPropertyChangedEventArgs

OnMinimizedPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)

public static void OnMinimizedPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)

Parameters

d DependencyObject
e DependencyPropertyChangedEventArgs

PressedHeaderBackgroundPropertyChangedCallback(DependencyObject, DependencyPropertyChangedEventArgs)

public static void PressedHeaderBackgroundPropertyChangedCallback(DependencyObject d, DependencyPropertyChangedEventArgs e)

Parameters

d DependencyObject
e DependencyPropertyChangedEventArgs

Events

Collapsed

public event RoutedEventHandler Collapsed

Event Type

RoutedEventHandler

Expanded

public event RoutedEventHandler Expanded

Event Type

RoutedEventHandler

Maximized

public event RoutedEventHandler Maximized

Event Type

RoutedEventHandler

Minimized

public event RoutedEventHandler Minimized

Event Type

RoutedEventHandler