Visual Basic (Declaration) | |
---|---|
Public Property Flags As PlaneCommandBitmapEffectsFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public PlaneCommandBitmapEffectsFlags Flags {get; set;} |
C++/CLI | |
---|---|
public: property PlaneCommandBitmapEffectsFlags Flags { PlaneCommandBitmapEffectsFlags get(); void set (PlaneCommandBitmapEffectsFlags value); } |
XAML Attributes Usage | |
---|---|
<object Flags =PlaneCommandBitmapEffectsFlags > |
Dependencies Property Information | |
---|---|
Identifier field | FlagsProperty |
Metadata properties set to true | None |
XAML Attributes Usage | |
---|---|
<object Flags =PlaneCommandBitmapEffectsFlags > |
Dependencies Property Information | |
---|---|
Identifier field | FlagsProperty |
Metadata properties set to true | None |
Return 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.For XAML example, refer to PlaneBendCommandBitmapEffect.
For C#/VB examples, refer to PlaneBendCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family