Gets or sets the value of this
AnnLength.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Value As Single |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnLength
Dim value As Single
instance.Value = value
value = instance.Value
|
C# | |
---|
public float Value {get; set;} |
Managed Extensions for C++ | |
---|
public: __property float get_Value();
public: __property void set_Value(
float value
); |
Return Value
The value of this
AnnLength.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also