Visual Basic (Declaration) | |
---|---|
Public Property ZValue As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int ZValue {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_ZValue(); public: __property void set_ZValue( int value ); |
XAML Attributes Usage | |
---|---|
<object ZValue =int > |
Dependency Property Information | |
---|---|
Identifier field | ZValueProperty |
Metadata properties set to true | None |
Return Value
Viewing screen offset on the Z-axis, in pixels. This property only accepts positive values.For XAML example, refer to TunnelCommandBitmapEffect.
For C#/VB examples, refer to TunnelCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003