Class GroupStatePrimitive
Inheritance
System.Object
GroupStatePrimitive
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Primitives
Assembly: Telerik.WinControls.dll
Syntax
public class GroupStatePrimitive : BasePrimitive, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, IPrimitive
Constructors
GroupStatePrimitive()
Declaration
public GroupStatePrimitive()
Fields
GroupStateProperty
GroupStyleProperty
Properties
PanelBarStyle
Declaration
[RadPropertyDefaultValue("PanelBarStyle", typeof(GroupStatePrimitive))]
public PanelBarStyles PanelBarStyle { get; set; }
Property Value
PanelBarStyles
|
State
Declaration
[RadPropertyDefaultValue("State", typeof(GroupStatePrimitive))]
public GroupStatePrimitive.GroupState State { get; set; }
Property Value
GroupStatePrimitive.GroupState
|
StretchHorizontally
Declaration
public override bool StretchHorizontally { get; set; }
Property Value
System.Boolean
|
Overrides
StretchVertically
Declaration
public override bool StretchVertically { get; set; }
Property Value
System.Boolean
|
Overrides
Methods
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
PaintPrimitive(IGraphics, Single, SizeF)
Declaration
public override void PaintPrimitive(IGraphics graphics, float angle, SizeF scale)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|