Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Themes Assembly / Xceed.Wpf.Themes Namespace / CornerRadiusReplacementConverter Class / CornerRadiusReplacementConverter Constructor / CornerRadiusReplacementConverter Constructor(Object,Object,Object,Object)


In This Topic
    CornerRadiusReplacementConverter Constructor(Object,Object,Object,Object)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal topLeft As Object, _
       ByVal topRight As Object, _
       ByVal bottomRight As Object, _
       ByVal bottomLeft As Object _
    )
    'Usage
     
    Dim topLeft As Object
    Dim topRight As Object
    Dim bottomRight As Object
    Dim bottomLeft As Object
     
    Dim instance As New CornerRadiusReplacementConverter(topLeft, topRight, bottomRight, bottomLeft)
    public CornerRadiusReplacementConverter( 
       object topLeft,
       object topRight,
       object bottomRight,
       object bottomLeft
    )

    Parameters

    topLeft
    topRight
    bottomRight
    bottomLeft
    Requirements

    Target Platforms: Windows 11, Windows 10, 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