Class PageMarginsDropDownItemModel
Represents page margins drop down item model.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class PageMarginsDropDownItemModel : DropDownItemModelBase, INotifyPropertyChanged
Properties
BottomMarginText
Gets the bottom margin text.
Declaration
public string BottomMarginText { get; }
Property Value
System.String
The bottom margin text. |
LeftMarginText
Gets the left margin text.
Declaration
public string LeftMarginText { get; }
Property Value
System.String
The left margin text. |
PageMargins
Gets the page margins.
Declaration
public PageMargins PageMargins { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.Printing.PageMargins
The page margins. |
RightMarginText
Gets the right margin text.
Declaration
public string RightMarginText { get; }
Property Value
System.String
The right margin text. |
TopMarginText
Gets the top margin text.
Declaration
public string TopMarginText { get; }
Property Value
System.String
The top margin text. |