ItemDrawInfo.StringFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the StringFormat of this list item
public:
property System::Drawing::StringFormat ^ StringFormat { System::Drawing::StringFormat ^ get(); void set(System::Drawing::StringFormat ^ value); };
public System.Drawing.StringFormat StringFormat { get; set; }
member this.StringFormat : System.Drawing.StringFormat with get, set
Public Property StringFormat As StringFormat