ILineLabel.ManuallySized Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether this ILineLabel has been manually resized.
public:
property bool ManuallySized { bool get(); void set(bool value); };
public bool ManuallySized { get; set; }
member this.ManuallySized : bool with get, set
Public Property ManuallySized As Boolean