Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Direction As SmoothCommandDirectionType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SmoothCommandEventArgs Dim value As SmoothCommandDirectionType value = instance.Direction |
C# | |
---|---|
public SmoothCommandDirectionType Direction {get;} |
C++/CLI | |
---|---|
public: property SmoothCommandDirectionType Direction { SmoothCommandDirectionType get(); } |
Property Value
Enumerator that indicates whether the element being smoothed is vertical or horizontal.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)