RadControls for WPF

Indicates the possible modes for changing the visible content of the RadFluidContentControl.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.40

Syntax

C#
public enum ContentChangeMode
Visual Basic
Public Enumeration ContentChangeMode

Members

Member nameValueDescription
Automatic0 The content is automatically changed depending on the available space and the threshold properties.
Manual1 The content is manually changed via the State property.

See Also