Visual Basic (Declaration) | |
---|---|
Public Property Flags As SegmentCommandBitmapEffectsFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public SegmentCommandBitmapEffectsFlags Flags {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property SegmentCommandBitmapEffectsFlags get_Flags(); public: __property void set_Flags( SegmentCommandBitmapEffectsFlags value ); |
C++/CLI | |
---|---|
public: property SegmentCommandBitmapEffectsFlags Flags { SegmentCommandBitmapEffectsFlags get(); void set (SegmentCommandBitmapEffectsFlags value); } |
XAML Attributes Usage | |
---|---|
<object Flags =SegmentCommandBitmapEffectsFlags > |
Dependency Property Information | |
---|---|
Identifier field | FlagsProperty |
Metadata properties set to true | None |
Return Value
Flag that indicates the color space used in the segmentation. For a list of possible values, refer to SegmentCommandBitmapEffectsFlags.For XAML example, refer to SegmentCommandBitmapEffect.
For C#/VB examples, refer to SegmentCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003