←Select platform

Flags Property

Summary

Gets or sets flags that indicate the background color, cube shape and cube orientation.

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

Property Value

Flags that indicate the background color, cube shape and cube orientation. You can use a bit wise OR ( ¦ ) to specify one flag from each group.

Example

Refer to CubismCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly