Content Property (DataLabelBase)
In This Topic
Gets or sets the content of data labels.
Syntax
'Declaration
Public Property Content As System.String
'Usage
Dim instance As DataLabelBase
Dim value As System.String
instance.Content = value
value = instance.Content
public System.string Content {get; set;}
public read-write property Content: System.String;
public function get,set Content : System.String
public: __property System.string* get_Content();
public: __property void set_Content(
System.string* value
);
public:
property System.String^ Content {
System.String^ get();
void set ( System.String^ value);
}
See Also