GdPicture.NET.14.API
GdPicture14.Annotations Namespace / AnnotationPolyRuler Class / Value Property





In This Topic
Value Property (AnnotationPolyRuler)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property Value As Single
public float Value {get;}
public read-only property Value: Single; 
public function get Value : float
public: __property float get_Value();
public:
property float Value {
   float get();
}
See Also