ClassRadFluidContentControl
Class
Represents the Silverlight RadFluidContentControl wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RadFluidContentControl : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadFluidContentControl
Implements:
Inherited Members
Constructors
RadFluidContentControl()
Initializes a new instance of the RadFluidContentControl class.
Declaration
cs-api-definition
public RadFluidContentControl()
Properties
LargeContentPresenter
Get the large content presenter of the fuild content control.
Declaration
cs-api-definition
public ContentPresenter LargeContentPresenter { get; }
Property Value
NormalContentPresenter
Get the normal content presenter of the fuild content control.
Declaration
cs-api-definition
public ContentPresenter NormalContentPresenter { get; }
Property Value
SmallContentPresenter
Get the small content presenter of the fuild content control.
Declaration
cs-api-definition
public ContentPresenter SmallContentPresenter { get; }
Property Value
State
Get the fluid content control state.
Declaration
cs-api-definition
public FluidContentControlState State { get; }
Property Value