| Visual Basic (Declaration) | |
|---|---|
Public Property Flags As SegmentCommandFlags | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SegmentCommand Dim value As SegmentCommandFlags instance.Flags = value value = instance.Flags | |
| C# | |
|---|---|
public SegmentCommandFlags Flags {get; set;} | |
| C++/CLI | |
|---|---|
public: property SegmentCommandFlags Flags { SegmentCommandFlags get(); void set ( SegmentCommandFlags value); } | |
Property Value
Flag that indicates the color space used in the segmentation. For a list of possible values, refer to SegmentCommandFlags.Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code