Visual Basic (Declaration) | |
---|---|
Public Property StarWidth As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int StarWidth {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_StarWidth(); public: __property void set_StarWidth( int value ); |
XAML Attributes Usage | |
---|---|
<object StarWidth =int > |
Dependency Property Information | |
---|---|
Identifier field | StarWidthProperty |
Metadata properties set to true | None |
Return Value
Star width. This property only accepts positive values.For XAML example, refer to DrawStarCommandBitmapEffect.
For C#/VB examples, refer to DrawStarCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003