DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / StringFormat Property






In This Topic
    StringFormat Property
    In This Topic
    Handles text alignment using the .NET StringFormat Member
    Syntax
    'Declaration
     
    
    Public Property StringFormat As System.Drawing.StringFormat
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Drawing.StringFormat
     
    instance.StringFormat = value
     
    value = instance.StringFormat
    public System.Drawing.StringFormat StringFormat {get; set;}
    public read-write property StringFormat: System.Drawing.StringFormat; 
    public function get,set StringFormat : System.Drawing.StringFormat
    public: __property System.Drawing.StringFormat* get_StringFormat();
    public: __property void set_StringFormat( 
       System.Drawing.StringFormat* value
    );
    public:
    property System.Drawing.StringFormat^ StringFormat {
       System.Drawing.StringFormat^ get();
       void set (    System.Drawing.StringFormat^ value);
    }
    Remarks
    NEW - Handles text alignment using the .NET StringFormat class
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also