LayoutStyle
Base appearance settings for any element being calculated
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
public class LayoutStyle : Style, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleLayoutStyle
Derived Classes:
Implements:
Inherited Members
Constructors
Creates new instance of LayoutStyle class.
Creates new instance of LayoutStyle class.
public LayoutStyle(object containerObject)
Container object
Creates new instance of LayoutStyle class.
public LayoutStyle(Position position, Dimensions dimensions)
Position of element
dimensionsDimensionsDimensions of element.
Creates new instance of LayoutStyle class.
Creates new instance of LayoutStyle class.
public LayoutStyle(StyleBorder border, bool visible, ShadowStyle shadowStyle, Position position, Dimensions dimensions)
Border of element
visibleboolVisibility of element
shadowStyleShadowStyleShadow
positionPositionPosition
dimensionsDimensionsDimensions
Properties
Specifies the elements Dimensions property
[TypeConverter(typeof(ExpandableObjectConverter))]
[SkinnableProperty]
public virtual Dimensions Dimensions { get; }
Methods
Releases unmanaged and - optionally - managed resources
protected override void Dispose(bool disposing)
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Overrides:
Load data from ViewState
protected override void LoadViewState(object savedState)
ViewState with data
Overrides:
SaveViewState()
object
Save data to ViewState
protected override object SaveViewState()
object
Saved data
Overrides:
Track ViewState
protected override void TrackViewState()
Overrides: