Visual Basic (Declaration) | |
---|---|
Public Property RingCount As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int RingCount {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_RingCount(); public: __property void set_RingCount( int value ); |
XAML Attributes Usage | |
---|---|
<object RingCount =int > |
Dependency Property Information | |
---|---|
Identifier field | RingCountProperty |
Metadata properties set to true | None |
Return Value
Number of rings. Only positive values are accepted.For XAML example, refer to RingEffectCommandBitmapEffect.
For C#/VB examples, refer to RingEffectCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003