| Visual Basic (Declaration) | |
|---|---|
Public Property Flags As HighQualityRotateCommandFlags | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As HighQualityRotateCommand Dim value As HighQualityRotateCommandFlags instance.Flags = value value = instance.Flags | |
| C# | |
|---|---|
public HighQualityRotateCommandFlags Flags {get; set;} | |
| C++/CLI | |
|---|---|
public: property HighQualityRotateCommandFlags Flags { HighQualityRotateCommandFlags get(); void set ( HighQualityRotateCommandFlags value); } | |
Property Value
One or more HighQualityRotateCommandFlags enumeration members ORed together.For an example, refer to HighQualityRotateCommand.
For more information, refer to HighQualityRotateCommandFlags enumeration.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code