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