ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class / PageUnit Property

In This Topic
    PageUnit Property
    In This Topic
    Gets or sets the unit of measure used for page coordinates in this Graphics object.
    Syntax
    'Declaration
     
    
    Public Property PageUnit As GraphicsUnit
    public GraphicsUnit PageUnit {get; set;}

    Property Value

    One of the GraphicsUnit values.
    See Also