| Visual Basic (Declaration) | |
|---|---|
Public Property Flags As SmoothCommandFlags | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SmoothCommand Dim value As SmoothCommandFlags instance.Flags = value value = instance.Flags | |
| C# | |
|---|---|
public SmoothCommandFlags Flags {get; set;} | |
| C++/CLI | |
|---|---|
public: property SmoothCommandFlags Flags { SmoothCommandFlags get(); void set ( SmoothCommandFlags value); } | |
Property Value
Value that determines the behavior of the smoothing process.Refer to SmoothCommand.
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