Class FluidContentControlState
Indicates the state of the RadFluidContentControl.
Inheritance
System.Object
FluidContentControlState
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class FluidContentControlState : Enum
Fields
Large
The large content is visible.
Declaration
public const FluidContentControlState Large
Field Value
Normal
The normal content is visible.
Declaration
public const FluidContentControlState Normal
Field Value
Small
The small content is visible.
Declaration
public const FluidContentControlState Small
Field Value
value__
Declaration
public int value__
Field Value
System.
|