ClassPageMarginsDropDownItemModel
Class
Represents page margins drop down item model.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
cs-api-definition
public class PageMarginsDropDownItemModel : DropDownItemModelBase, INotifyPropertyChanged
Inheritance: objectDropDownItemModelBasePageMarginsDropDownItemModel
Implements:
Inherited Members
Properties
BottomMarginText
Gets the bottom margin text.
Declaration
cs-api-definition
public string BottomMarginText { get; }
Property Value
The bottom margin text.
LeftMarginText
Gets the left margin text.
Declaration
cs-api-definition
public string LeftMarginText { get; }
Property Value
The left margin text.
PageMargins
Gets the page margins.
Declaration
cs-api-definition
public PageMargins PageMargins { get; }
Property Value
The page margins.
RightMarginText
Gets the right margin text.
Declaration
cs-api-definition
public string RightMarginText { get; }
Property Value
The right margin text.
TopMarginText
Gets the top margin text.
Declaration
cs-api-definition
public string TopMarginText { get; }
Property Value
The top margin text.