Visual Basic (Declaration) | |
---|---|
Public Property Flags As PlaneCommandBitmapEffectsFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public PlaneCommandBitmapEffectsFlags Flags {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property PlaneCommandBitmapEffectsFlags get_Flags(); public: __property void set_Flags( PlaneCommandBitmapEffectsFlags value ); |
C++/CLI | |
---|---|
public: property PlaneCommandBitmapEffectsFlags Flags { PlaneCommandBitmapEffectsFlags get(); void set (PlaneCommandBitmapEffectsFlags value); } |
XAML Attributes Usage | |
---|---|
<object Flags =PlaneCommandBitmapEffectsFlags > |
Dependency 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, and Windows Server 2003