←Select platform

Flags Property

Summary

Gets or sets flags that indicate the background color and the planes to be shown.

Syntax
C#
VB
C++
public PlaneCommandFlags Flags { get; set; } 
  
Public Property Flags As PlaneCommandFlags 
public: 
property PlaneCommandFlags Flags { 
   PlaneCommandFlags get(); 
   void set (    PlaneCommandFlags ); 
} 

Property Value

Flags that indicate the background color and the planes to be shown. You can use a bit wise OR ( ¦ ) to specify one flag from each group.

Example

Refer to PlaneBendCommand.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly