Indicates the possible modes for changing the visible content of the RadFluidContentControl.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum ContentChangeMode
Fields
The content is automatically changed depending on the available space and the threshold properties.
C#
Automatic = 0
The content is manually changed via the State property.
C#
Manual = 1