[]
        
(Showing Draft Content)

C1.C1Preview.Style.ClientAreaOnly

ClientAreaOnly Property

ClientAreaOnly

Gets or sets a value indicating whether just the client area of a Control, or the whole control, is rendered by the RenderImage object owning the current style.

Declaration
public bool ClientAreaOnly { get; set; }
Remarks

A RenderImage can render an image of a Control if it is assigned to the RenderImage's Control property. ClientAreaOnly can be used to indicate that only the client area of that control should be rendered.

This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is false.