Visual Basic (Declaration) | |
---|---|
Public Property Flags As ColoredPencilExtendedCommandFlags |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ColoredPencilExtendedCommand Dim value As ColoredPencilExtendedCommandFlags instance.Flags = value value = instance.Flags |
C# | |
---|---|
public ColoredPencilExtendedCommandFlags Flags {get; set;} |
C++/CLI | |
---|---|
public: property ColoredPencilExtendedCommandFlags Flags { ColoredPencilExtendedCommandFlags get(); void set ( ColoredPencilExtendedCommandFlags value); } |
Property 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 Leadtools.ImageProcessing.SpecialEffects.ColoredPencilExtendedCommand example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7