Click or drag to resize
LayoutDecoratorBase Class
Base class for a chart Margins and Paddings
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModel.StylesLayoutDecoratorBase
      Kettic.AspNet.Controls.ChartModel.StylesChartMargins
      Kettic.AspNet.Controls.ChartModel.StylesChartPaddings

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(MarginsConverter))]
public class LayoutDecoratorBase : StateManagerBase, 
	ICloneable

The LayoutDecoratorBase type exposes the following members.

Constructors
  NameDescription
Public methodLayoutDecoratorBase
Creates new instance of LayoutDecoratorBase class.
Public methodLayoutDecoratorBase(Object)
Creates new instance of LayoutDecoratorBase class.
Public methodLayoutDecoratorBase(Unit)
Creates new instance of LayoutDecoratorBase class.
Public methodLayoutDecoratorBase(Int32, Int32, Int32, Int32)
Creates new instance of LayoutDecoratorBase class.
Public methodLayoutDecoratorBase(Unit, Unit, Unit, Unit)
Creates new instance of LayoutDecoratorBase class.
Public methodLayoutDecoratorBase(Object, Unit, Unit, Unit, Unit)
Creates new instance of LayoutDecoratorBase class.
Top
Methods
  NameDescription
Public methodClone
Clone this object
Public methodCopyFrom
Copy fields from object
Public methodEquals
Checks whether objects are equal
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Gets hash code
(Overrides ObjectGetHashCode.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Operator comparing
Public operatorStatic memberInequality
Operator not equal
Top
Properties
  NameDescription
Public propertyBottom
Sets the bottom side in pixels or percents of the chart's height.
Public propertyLeft
Sets the left side in pixels or percents of the chart's width.
Public propertyRight
Sets the right side in pixels or percents of the chart's width.
Public propertyTop
Sets the top side in pixels or percents of the chart's height.
Top
See Also