Visual Basic (Declaration) | |
---|---|
Public Property FillPattern As ScreenCaptureAreaFillPattern |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ScreenCaptureAreaFillPattern FillPattern {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property ScreenCaptureAreaFillPattern get_FillPattern(); public: __property void set_FillPattern( ScreenCaptureAreaFillPattern value ); |
C++/CLI | |
---|---|
public: property ScreenCaptureAreaFillPattern FillPattern { ScreenCaptureAreaFillPattern get(); void set (ScreenCaptureAreaFillPattern value); } |
Return Value
A ScreenCaptureAreaFillPattern value indicating the fill pattern for the image.For an example, refer to ScreenCaptureEngine.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family