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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also