Class LayoutControlManipulationPane
Inheritance
System.Object
LayoutControlManipulationPane
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class LayoutControlManipulationPane : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
LayoutControlManipulationPane()
Declaration
public LayoutControlManipulationPane()
Properties
DeleteButton
HorizontalCenterButton
HorizontalLeftButton
HorizontalRightButton
HorizontalStretchButton
RadioButtons
Declaration
public IList<RadRadioButton> RadioButtons { get; }
Property Value
System.Collections.Generic.IList<RadRadioButton>
|