PreventBurning Property (Annotation)
In This Topic
Specifies if during burning process, the annotation is prevented to be rendered.
Syntax
'Declaration
<DescriptionAttribute("Specifies if during burning process, the annotation is prevented to be rendered")>
Public Property PreventBurning As Boolean
[Description("Specifies if during burning process, the annotation is prevented to be rendered")]
public bool PreventBurning {get; set;}
public read-write property PreventBurning: Boolean;
DescriptionAttribute("Specifies if during burning process, the annotation is prevented to be rendered")
public function get,set PreventBurning : boolean
[Description("Specifies if during burning process, the annotation is prevented to be rendered")]
public: __property bool get_PreventBurning();
public: __property void set_PreventBurning(
bool value
);
[Description("Specifies if during burning process, the annotation is prevented to be rendered")]
public:
property bool PreventBurning {
bool get();
void set ( bool value);
}
See Also