Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / StandardFrameBase Class / InitFromFrameProperties Method


In This Topic
    InitFromFrameProperties Method (StandardFrameBase)
    In This Topic
    Initializes a StandardFrame object from the properties of another StandardFrame object.
    Syntax
    'Declaration
     
    Public Sub InitFromFrameProperties( _
       ByVal frame As StandardFrameBase _
    ) 
    'Usage
     
    Dim instance As StandardFrameBase
    Dim frame As StandardFrameBase
     
    instance.InitFromFrameProperties(frame)
    public void InitFromFrameProperties( 
       StandardFrameBase frame
    )

    Parameters

    frame
    Remarks
    You may want to use this function instead of Clone because it allows you to modify fill frame properties that are obtainable only by a get method.
    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