WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintPageMargin - WPF API Reference | Syncfusion that contains the PageMarin informations. ">

    Show / Hide Table of Contents

    Class PrintPageMargin

    Represents the class that contains the PageMarin informations.

    Inheritance
    System.Object
    PrintPageMargin
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Printing
    Assembly: Syncfusion.SfShared.Wpf.dll
    Syntax
    public class PrintPageMargin : INotifyPropertyChanged

    Constructors

    PrintPageMargin()

    Declaration
    public PrintPageMargin()

    Properties

    ImagePath

    Gets or sets the value to the image path.

    Declaration
    public string ImagePath { get; set; }
    Property Value
    Type Description
    System.String

    MarginName

    Gets or set the value to the margin type.

    Declaration
    public string MarginName { get; set; }
    Property Value
    Type Description
    System.String

    Thickness

    Gets or sets the value to the thickness.

    Declaration
    public Thickness Thickness { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved