Table of Contents

Property AutoSize

Namespace
SharpVectors.Converters
Assembly
SharpVectors.Converters.Wpf.dll

AutoSize

Gets or sets a value indicating whether to automatically resize this Canvas based on the size of the loaded drawing.

public bool AutoSize { get; set; }

Property Value

bool

This is true if this Canvas is automatically resized based on the size of the loaded drawing; otherwise, it is false. The default is false, and the user-defined size or the parent assigned layout size is used.