Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > InvertedTextCommand Class : Flags Property |
public InvertedTextCommandFlags Flags {get; set;}
'Declaration
Public Property Flags As InvertedTextCommandFlags
'Usage
Dim instance As InvertedTextCommand Dim value As InvertedTextCommandFlags instance.Flags = value value = instance.Flags
public InvertedTextCommandFlags Flags {get; set;}
@property (nonatomic, assign) LTInvertedTextCommandFlags flags
public int getFlags() public void setFlags(int value)
<br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags');
public: property InvertedTextCommandFlags Flags { InvertedTextCommandFlags get(); void set ( InvertedTextCommandFlags value); }