Visual Basic (Declaration) | |
---|---|
Public Property UniDirection As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool UniDirection {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property bool get_UniDirection(); public: __property void set_UniDirection( bool value ); |
XAML Attributes Usage | |
---|---|
<object UniDirection =bool > |
Dependency Property Information | |
---|---|
Identifier field | UniDirectionProperty |
Metadata properties set to true | None |
Return Value
Flag that indicates whether the motion extends only in one direction. Possible values are:Value | Meaning |
true | The motion blur effect is only in the direction specified in the Angle property. |
false | The motion blur effect is along the line with that angle. For example, if the Angle property is 0, the blur effect will occur in the 0 degree direction and the 180 degree direction. |
For XAML example, refer to MotionBlurCommandBitmapEffect.
For C#/VB examples, refer to MotionBlurCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003