New to Telerik ReportingStart a free 30-day trial

Definition

Constructors

Creates new instance of StyleLabelHidden class.

C#
public StyleLabelHidden()

Creates new instance of StyleLabelHidden class.

C#
public StyleLabelHidden(FillStyle fillStyle, Position position, Dimensions dimensions)
Parameters:fillStyleFillStyle

FillStyle of label

positionPosition

Label's position

dimensionsDimensions

Label's dimensions

Creates new instance of StyleLabelHidden class.

C#
public StyleLabelHidden(FillStyle fillStyle, Position position)
Parameters:fillStyleFillStyle

FillStyle of label

positionPosition

Label's position

Creates new instance of StyleLabelHidden class.

C#
public StyleLabelHidden(FillStyle fillStyle)
Parameters:fillStyleFillStyle

FillStyle of label

Creates new instance of StyleLabelHidden class.

C#
public StyleLabelHidden(object containerObject)
Parameters:containerObjectobject

Container element

Creates new instance of StyleLabelHidden class.

C#
public StyleLabelHidden(Position position)
Parameters:positionPosition

Label's position

Properties

Specifies tha label's visibility

C#
public override bool Visible { get; set; }

Overrides: StyleLabel.Visible