Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Default Property
See Also 
Leadtools Namespace > RasterPaintProperties Structure : Default Property



Sets the members of the structure to the default values.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property Default As RasterPaintProperties
Visual Basic (Usage)Copy Code
Dim value As RasterPaintProperties
 
value = RasterPaintProperties.Default
C# 
public static RasterPaintProperties Default {get;}
C++/CLI 
public:
static property RasterPaintProperties Default {
   RasterPaintProperties get();
}

Return Value

The default values.

Example

For an example, refer to RasterPaintProperties.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also