CustomizeLabelPage Members
Provides a view for the Customize the Label Options page of the Report Wizard in WPF applications.Constructors
Name | Description |
---|---|
CustomizeLabelPage() | Initializes a new instance of the CustomizeLabelPage class with the default settings. |
Properties
Name | Description |
---|---|
BottomMargin | Specifies the value of the Bottom Margin editor. |
Description | Specifies the description of the current wizard page. |
Height | Specifies the value of the Label Height editor. |
HorizontalPitch | Specifies the value of the Horizontal Pitch editor. |
IsInDesignMode static | Gets whether design-time mode is active. Inherited from ViewModelBase. |
LabelsCountHorz | Specifies the number of labels that fit into a page’s width. |
LabelsCountVert | Specifies the number of labels that fit into a page’s height. |
LeftMargin | Specifies the value of the Left Margin editor. |
PaperKindFormattedText | Specifies the text displayed under the Page Size editor and provided information on the size of selected page format. |
PaperKinds | Specifies paper kinds available in the Page Size drop-down list. |
RightMargin | Specifies the value of the Right Margin editor. |
SelectedPaperKind | Specifies the entry selected in the Page Size drop-down list. |
TopMargin | Specifies the value of the Top Margin editor. |
Unit | Specifies the state of the Inch and Millimeter radio buttons. |
Units | Specifies units of measure available on a wizard page. |
UseCustomFooter | Inherited from WizardPageBase. |
VerticalPitch | Specifies the value of the Vertical Pitch editor. |
Width | Specifies the value of the Label Width editor. |
Methods
Name | Description |
---|---|
BuildMetadata(MetadataBuilder<CustomizeLabelPage>) static | For internal use. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetPropertyName<T>(Expression<Func<T>>) static | Returns the name of a property identified by a lambda expression. Inherited from BindableBase. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. Inherited from BindableBase. |
See Also