KeepAspectRatio Property (AnnotationEmbeddedImage)
In This Topic
Determines if the annotation must retain the image aspect ratio.
Syntax
'Declaration
Public Shadows Property KeepAspectRatio As Boolean
public new bool KeepAspectRatio {get; set;}
public read-write property KeepAspectRatio: Boolean;
public hide function get,set KeepAspectRatio : boolean
public: __property new bool get_KeepAspectRatio();
public: __property new void set_KeepAspectRatio(
bool value
);
public:
new property bool KeepAspectRatio {
bool get();
void set ( bool value);
}
See Also