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