Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImageFrameStyle Class / SetPredefinedFrameStyle Method
Enumeration value that specifies the desired style.


In This Topic
    SetPredefinedFrameStyle Method (NImageFrameStyle)
    In This Topic
    Configures the NImageFrame object to display a predefined image frame. This method is provided for fast and easy setup of the image borders.
    Syntax
    'Declaration
     
    
    Public Sub SetPredefinedFrameStyle( _
       ByVal style As PredefinedImageFrame _
    ) 
    'Usage
     
    
    Dim instance As NImageFrameStyle
    Dim style As PredefinedImageFrame
     
    instance.SetPredefinedFrameStyle(style)
    public void SetPredefinedFrameStyle( 
       PredefinedImageFrame style
    )

    Parameters

    style
    Enumeration value that specifies the desired style.
    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