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
CollapsedEvent
public static readonly RoutedEvent CollapsedEvent
Field Value
CornerRadiusProperty
public static readonly DependencyProperty CornerRadiusProperty
Field Value
ExpandedEvent
public static readonly RoutedEvent ExpandedEvent
Field Value
HasPressedBackgroundProperty
public static readonly DependencyProperty HasPressedBackgroundProperty
Field Value
HeaderBackgroundProperty
public static readonly DependencyProperty HeaderBackgroundProperty
Field Value
HeaderBorderBrushProperty
public static readonly DependencyProperty HeaderBorderBrushProperty
Field Value
HeaderBorderThicknessProperty
public static readonly DependencyProperty HeaderBorderThicknessProperty
Field Value
ImageProperty
public static readonly DependencyProperty ImageProperty
Field Value
IsExpandedProperty
public static readonly DependencyProperty IsExpandedProperty
Field Value
IsHeaderVisibleProperty
public static readonly DependencyProperty IsHeaderVisibleProperty
Field Value
IsMinimizedProperty
public static readonly DependencyProperty IsMinimizedProperty
Field Value
MaximizedEvent
public static readonly RoutedEvent MaximizedEvent
Field Value
MinimizedEvent
public static readonly RoutedEvent MinimizedEvent
Field Value
MouseOverHeaderBackgroundProperty
public static readonly DependencyProperty MouseOverHeaderBackgroundProperty
Field Value
MouseOverHeaderForegroundProperty
public static readonly DependencyProperty MouseOverHeaderForegroundProperty
Field Value
PressedHeaderBackgroundProperty
public static readonly DependencyProperty PressedHeaderBackgroundProperty
Field Value
ShowEllipseProperty
public static readonly DependencyProperty ShowEllipseProperty
Field Value
Properties
CanAnimate
Gets or sets whether animation is possible
public bool CanAnimate { get; set; }
Property Value
CornerRadius
Gets or sets the corner radius for the header.
public CornerRadius CornerRadius { get; set; }
Property Value
HasPressedBackground
Gets whether the PressedBackground is not null.
public bool HasPressedBackground { get; set; }
Property Value
HeaderBackground
public Brush HeaderBackground { get; set; }
Property Value
HeaderBorderBrush
public Brush HeaderBorderBrush { get; set; }
Property Value
HeaderBorderThickness
public Thickness HeaderBorderThickness { get; set; }
Property Value
Image
Gets or sets the ImageSource for the image in the header.
public ImageSource Image { get; set; }
Property Value
IsExpanded
public bool IsExpanded { get; set; }
Property Value
IsHeaderVisible
public bool IsHeaderVisible { get; set; }
Property Value
IsMinimized
public bool IsMinimized { get; set; }
Property Value
MouseOverHeaderBackground
Gets or sets the background color of the header on mouse over.
public Brush MouseOverHeaderBackground { get; set; }
Property Value
MouseOverHeaderForeground
Gets or sets the foreground color of the header on mouse over.
public Brush MouseOverHeaderForeground { get; set; }
Property Value
PressedHeaderBackground
Gets or sets the background color of the header in pressed mode.
public Brush PressedHeaderBackground { get; set; }
Property Value
ShowEllipse
Specifies whether to show a elipse with the expanded/collapsed image.
public bool ShowEllipse { get; set; }
Property Value
Methods
IsExpandedChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void IsExpandedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
OnMinimizedPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)
public static void OnMinimizedPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
PressedHeaderBackgroundPropertyChangedCallback(DependencyObject, DependencyPropertyChangedEventArgs)
public static void PressedHeaderBackgroundPropertyChangedCallback(DependencyObject d, DependencyPropertyChangedEventArgs e)
Parameters
Events
Collapsed
public event RoutedEventHandler Collapsed
Event Type
Expanded
public event RoutedEventHandler Expanded
Event Type
Maximized
public event RoutedEventHandler Maximized
Event Type
Minimized
public event RoutedEventHandler Minimized