Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / ImageFrame Class / SetPredefinedFrameStyle Method
Enumeration value that specifies the desired style.


In This Topic
    SetPredefinedFrameStyle Method (ImageFrame)
    In This Topic
    Configures the ImageFrame 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 ImageFrame
    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