Class SectionControl
public class SectionControl : Expander, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
SectionControl
- Implements
- Inherited Members
Fields
ButtonStyleProperty
public static readonly DependencyProperty ButtonStyleProperty
Field Value
InSectionProperty
public static readonly DependencyProperty InSectionProperty
Field Value
IsResizableProperty
public static readonly DependencyProperty IsResizableProperty
Field Value
MaxHeaderWidthProperty
public static readonly DependencyProperty MaxHeaderWidthProperty
Field Value
SubtitleProperty
public static readonly DependencyProperty SubtitleProperty
Field Value
Properties
ButtonStyle
public Style ButtonStyle { get; set; }
Property Value
IsResizable
public bool IsResizable { get; set; }
Property Value
MaxHeaderWidth
public double MaxHeaderWidth { get; set; }
Property Value
Subtitle
public string Subtitle { get; set; }
Property Value
Methods
GetInSection(UIElement)
public static bool GetInSection(UIElement element)
Parameters
elementUIElement
Returns
SetInSection(UIElement, bool)
public static void SetInSection(UIElement element, bool value)