Table of Contents

Method GetLabelMargin

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

GetLabelMargin()

Calculates the margin to be applied to a dialog label.

protected virtual Thickness GetLabelMargin()

Returns

Thickness

A Thickness structure representing the margin values for the label.

Remarks

The default implementation returns a uniform margin of 5 units on all sides. Override this method in a derived class to provide custom margin values.