Skip to content

MarginLeft Property

Mauricio Jorquera edited this page Nov 13, 2023 · 1 revision

Gets or sets the separation of the Control with some control that is to its left.

Syntax

C#

public double MarginLeft { get; set; }

Remarks

The default value is 0.

Clone this wiki locally