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
FluidContentControlState
|
Normal
The normal content is visible.
Declaration
public const FluidContentControlState Normal
Field Value
FluidContentControlState
|
Small
The small content is visible.
Declaration
public const FluidContentControlState Small
Field Value
FluidContentControlState
|
value__
Declaration
public int value__
Field Value
System.Int32
|