In This Topic
Gets or sets the header string shown at the top of the @see:Slicer.
Syntax
'Declaration
Public Property Header As System.String
'Usage
Dim instance As Slicer
Dim value As System.String
instance.Header = value
value = instance.Header
public System.string Header {get; set;}
public read-write property Header: System.String;
public function get,set Header : System.String
public: __property System.string* get_Header();
public: __property void set_Header(
System.string* value
);
public:
property System.String^ Header {
System.String^ get();
void set ( System.String^ value);
}
See Also