Skip to content

Margin Field

Summary

The margin of the content. Property value can be set using Thickness, number, or a string new Thickness(5), new Thickness(1, 2, 3, 4), 5, "5", "1 2 3 4".

Signature

1
public static ControlProperty Margin;

Return Value

ControlProperty

Declaring Type

cAlgo.API.ControlProperty


Last update: March 23, 2023