Class WidthHeightBase
Represents base for the RowWidth and ColumnWidth classes.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class WidthHeightBase
Constructors
WidthHeightBase(Double, Boolean)
Initializes a new instance of the Width
Declaration
protected WidthHeightBase(double value, bool isCustom)
Parameters
System. The value. |
System. The is custom. |
Properties
IsCustom
Gets a value indicating whether the width / height is custom.
Declaration
public bool IsCustom { get; }
Property Value
System. The value indicating whether the width / height is custom. |
Value
Gets the value.
Declaration
public double Value { get; }
Property Value
System. The value. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. True if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |
Overrides
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |