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