Returns the width of the shadow border of this
AnnNoteObject.
public virtual AnnLength ShadowBorderWidth {get; set;}
'Declaration
Public Overridable Property ShadowBorderWidth As AnnLength
'Usage
Dim instance As AnnNoteObject
Dim value As AnnLength
instance.ShadowBorderWidth = value
value = instance.ShadowBorderWidth
public:
virtual property AnnLength ShadowBorderWidth {
AnnLength get();
void set ( AnnLength value);
}
Property Value
An
AnnLength structure that represents the width of the shadow border of this
AnnNoteObject.