ClassWidthHeightBase
Class
Base class for row height and column width specifications, storing the dimension value and custom-size flag.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public abstract class WidthHeightBase
Inheritance: objectWidthHeightBase
Derived Classes:
Constructors
WidthHeightBase(double, bool)
Initializes a new WidthHeightBase with the specified dimension and custom-size flag.
Properties
IsCustom
Gets whether the dimension was explicitly set by the user rather than using the default size.
Declaration
cs-api-definition
public bool IsCustom { get; }
Property Value
The value indicating whether the width / height is custom.
Methods
GetHashCode()
Serves as a hash function for a particular type.