Gets or sets the name offset relative to the upper left corner of the bounding rectangle of this
AnnGroupObject object.
public override AnnPoint NameOffset {get; set;}
'Declaration
Public Overrides Property NameOffset As AnnPoint
'Usage
Dim instance As AnnGroupObject
Dim value As AnnPoint
instance.NameOffset = value
value = instance.NameOffset
public:
property AnnPoint NameOffset {
AnnPoint get() override;
void set ( AnnPoint value) override;
}
Property Value
The name offset relative to the upper left corner of the bounding rectangle of this
AnnGroupObject object.