ClassLayoutControlManipulationPane
Class
Represents the LayoutControlManipulationPane wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class LayoutControlManipulationPane : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlLayoutControlManipulationPane
Implements:
Inherited Members
Constructors
LayoutControlManipulationPane()
Initializes a new instance of the LayoutControlManipulationPane class.
Declaration
cs-api-definition
public LayoutControlManipulationPane()
Properties
DeleteButton
Declaration
cs-api-definition
public RadPathButton DeleteButton { get; }
Property Value
HorizontalCenterButton
Declaration
cs-api-definition
public RadRadioButton HorizontalCenterButton { get; }
Property Value
HorizontalLeftButton
Declaration
cs-api-definition
public RadRadioButton HorizontalLeftButton { get; }
Property Value
HorizontalRightButton
Declaration
cs-api-definition
public RadRadioButton HorizontalRightButton { get; }
Property Value
HorizontalStretchButton
Declaration
cs-api-definition
public RadRadioButton HorizontalStretchButton { get; }
Property Value
RadioButtons
Declaration
cs-api-definition
public IList<RadRadioButton> RadioButtons { get; }
Property Value
IList<RadRadioButton>
SelectParentButton
Declaration
cs-api-definition
public RadPathButton SelectParentButton { get; }
Property Value
VerticalBottomButton
Declaration
cs-api-definition
public RadRadioButton VerticalBottomButton { get; }
Property Value
VerticalCenterButton
Declaration
cs-api-definition
public RadRadioButton VerticalCenterButton { get; }
Property Value
VerticalStretchButton
Declaration
cs-api-definition
public RadRadioButton VerticalStretchButton { get; }
Property Value
VerticalTopButton
Declaration
cs-api-definition
public RadRadioButton VerticalTopButton { get; }
Property Value