Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Size Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > PointillistCommandBitmapEffect Class : Size Property





Gets or sets a value that represents the dot size.

Syntax

Visual Basic (Declaration) 
Public Property Size As Integer
Visual Basic (Usage)Copy Code
Dim instance As PointillistCommandBitmapEffect
Dim value As Integer
 
instance.Size = value
 
value = instance.Size
C# 
public int Size {get; set;}
C++/CLI 
public:
property int Size {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object Size =int >

Dependencies Property Information 

Identifier field

SizeProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object Size =int >

Dependencies Property Information 

Identifier field

SizeProperty

Metadata properties set to true

None

Return Value

Value represents the dot size. Only positive values are accepted.

Example

For XAML example, refer to PointillistCommandBitmapEffect.

For C#/VB examples, refer to PointillistCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also