Fill Property (TitleStyle)
In This Topic
Get or set the fill style of the title
Syntax
'Declaration
Public Property Fill As System.String
'Usage
Dim instance As TitleStyle
Dim value As System.String
instance.Fill = value
value = instance.Fill
public System.string Fill {get; set;}
public read-write property Fill: System.String;
public function get,set Fill : System.String
public: __property System.string* get_Fill();
public: __property void set_Fill(
System.string* value
);
public:
property System.String^ Fill {
System.String^ get();
void set ( System.String^ value);
}
See Also