Copyright © 2003-2024 MultiMedia Soft

Office2007InnerBorderWidth property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Overrides Public Property Office2007InnerBorderWidth As Integer

 

[C#]

public override short Office2007InnerBorderWidth {get; set;}

 

[C++]

public: __property short get_Office2007InnerBorderWidth();

public: __property void set_Office2007InnerBorderWidth(short);

 

 

Remarks

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

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