DevProgressDialogCompactStrings Property

Gets or sets a value indicating whether to compact displayed strings if they are too large to fit on a line.

Definition

Namespace: DevCase.UI.Dialogs
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute(false)]
public bool CompactStrings { get; set; }

Property Value

Boolean
to have path strings compacted if they are too large to fit on a line.

See Also