ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1NumericBox Class / Format Property



In This Topic
    Format Property (C1NumericBox)
    In This Topic
    Gets or sets the value for the Format of the C1NumericBox.
    Syntax
    'Declaration
     
    
    Public Property Format As String
    'Usage
     
    
    Dim instance As C1NumericBox
    Dim value As String
     
    instance.Format = value
     
    value = instance.Format
    public string Format {get; set;}
    public:
    property String^ Format {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    The property accepts any standard or custom numeric format supported by the String.Format method.
    See Also