Table of Contents

Class SectionControl

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
public class SectionControl : Expander, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
SectionControl
Implements
Inherited Members

Fields

ButtonStyleProperty

public static readonly DependencyProperty ButtonStyleProperty

Field Value

DependencyProperty

InSectionProperty

public static readonly DependencyProperty InSectionProperty

Field Value

DependencyProperty

IsResizableProperty

public static readonly DependencyProperty IsResizableProperty

Field Value

DependencyProperty

MaxHeaderWidthProperty

public static readonly DependencyProperty MaxHeaderWidthProperty

Field Value

DependencyProperty

SubtitleProperty

public static readonly DependencyProperty SubtitleProperty

Field Value

DependencyProperty

Properties

ButtonStyle

public Style ButtonStyle { get; set; }

Property Value

Style

IsResizable

public bool IsResizable { get; set; }

Property Value

bool

MaxHeaderWidth

public double MaxHeaderWidth { get; set; }

Property Value

double

Subtitle

public string Subtitle { get; set; }

Property Value

string

Methods

GetInSection(UIElement)

public static bool GetInSection(UIElement element)

Parameters

element UIElement

Returns

bool

SetInSection(UIElement, bool)

public static void SetInSection(UIElement element, bool value)

Parameters

element UIElement
value bool