Table of Contents

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

RoutedEvent

ImageProperty

public static readonly DependencyProperty ImageProperty

Field Value

DependencyProperty

IsMaximizedProperty

public static readonly DependencyProperty IsMaximizedProperty

Field Value

DependencyProperty

IsSelectedProperty

public static readonly DependencyProperty IsSelectedProperty

Field Value

DependencyProperty

Properties

Image

Gets or sets the Image for the Section Button.

public ImageSource Image { get; set; }

Property Value

ImageSource

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

bool

IsSelected

Gets wether the Section is the selected section of the OutlookBar.

public bool IsSelected { get; }

Property Value

bool

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

oldValue bool
newValue bool

Events

Click

Occurs when the section button is clicked,.

public event RoutedEventHandler Click

Event Type

RoutedEventHandler