Copyright © 2003-2023 MultiMedia Soft

Office2003BorderWidth property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property Office2003BorderWidth As Integer

 

[C#]

public override short Office2003BorderWidth {get; set;}

 

[C++]

public: __property short get_Office2003BorderWidth();

public: __property void set_Office2003BorderWidth(short);

 

 

Remarks

The width in pixels used for rendering the border. Can assume a value in the range from 1 to 10.

For further details about settings for the Office 2003 style, see the How to manage colors of Office 2003 style tutorial.