ClassExpandableContentControl
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ExpandableContentControl : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlExpandableContentControl
Implements:
Inherited Members
Constructors
ExpandableContentControl()
Declaration
cs-api-definition
public ExpandableContentControl()
Fields
PercentageProperty
Declaration
cs-api-definition
public static AutomationProperty PercentageProperty
Field Value
RevealModeProperty
Declaration
cs-api-definition
public static AutomationProperty RevealModeProperty
Field Value
TargetSizeProperty
Declaration
cs-api-definition
public static AutomationProperty TargetSizeProperty
Field Value
Properties
RevealMode
Declaration
cs-api-definition
public ExpandDirection RevealMode { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.