Indicates the state of the RadFluidContentControl.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum FluidContentControlState
Fields
The large content is visible.
C#
Large = 2
The normal content is visible.
C#
Normal = 1
The small content is visible.
C#
Small = 0