Visual Basic (Declaration) | |
---|---|
Public Property Flags As ColoredPencilExtendedCommandFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ColoredPencilExtendedCommandFlags Flags {get; set;} |
C++/CLI | |
---|---|
public: property ColoredPencilExtendedCommandFlags Flags { ColoredPencilExtendedCommandFlags get(); void set (ColoredPencilExtendedCommandFlags value); } |
Return Value
Flags that determine which the type of direction to use and whether to combine the resulted bitmap with the original one or not. For valid values, refer to ColoredPencilExtendedCommandFlags. Default value is ColoredPencilExtendedCommandFlags.Artistic | ColoredPencilExtendedCommandFlags.CombineOriginal.Refer to ColoredPencilExtendedCommand example.
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