Visual Basic (Declaration) | |
---|---|
Public Property PenWidth As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int PenWidth {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_PenWidth(); public: __property void set_PenWidth( int value ); |
XAML Attributes Usage | |
---|---|
<object PenWidth =int > |
Dependency Property Information | |
---|---|
Identifier field | PenWidthProperty |
Metadata properties set to true | None |
Return Value
Value that indicates the width of the pen used to draw tile boundaries, in logical units. Possible values range from 1 to 15. The pen uses the color stored in the BorderColor property.For XAML example, refer to MosaicTilesCommandBitmapEffect.
For C#/VB examples, refer to MosaicTilesCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003