In This Topic

Value Property (AnnotationRuler)

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