Class OutlookSection
- Namespace
- HeBianGu.Control.OutlookBar
- Assembly
- HeBianGu.Control.OutlookBar.dll
public class OutlookSection : HeaderedContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IKeyTipControl
- Inheritance
-
OutlookSection
- Implements
- Inherited Members
- Extension Methods
Constructors
OutlookSection()
public OutlookSection()
Fields
ClickEvent
public static readonly RoutedEvent ClickEvent
Field Value
ImageProperty
public static readonly DependencyProperty ImageProperty
Field Value
IsMaximizedProperty
public static readonly DependencyProperty IsMaximizedProperty
Field Value
IsSelectedProperty
public static readonly DependencyProperty IsSelectedProperty
Field Value
Properties
Image
Gets or sets the Image for the Section Button.
public ImageSource Image { get; set; }
Property Value
IsMaximized
Gets or sets whether the Section is shown as a complete button with text (true), otherwise as small button with image only.
public bool IsMaximized { get; set; }
Property Value
IsSelected
Gets wether the Section is the selected section of the OutlookBar.
public bool IsSelected { get; }
Property Value
Methods
OnClick()
Occurs when the section button is clicked,.
protected virtual void OnClick()
OnSelectedPropertyChanged(bool, bool)
protected virtual void OnSelectedPropertyChanged(bool oldValue, bool newValue)
Parameters
Events
Click
Occurs when the section button is clicked,.
public event RoutedEventHandler Click