ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DeviceContext Class / GraphicsMode Property

In This Topic
    GraphicsMode Property
    In This Topic
    Gets or sets a GraphicsMode indicating whether use the world transform in this DC.
    Syntax
    'Declaration
     
    
    Public Property GraphicsMode As GraphicsMode
    public GraphicsMode GraphicsMode {get; set;}

    Property Value

    A GraphicsMode indicates the graphics mode.
    See Also