display.padding
display.paddingJavaScript
paddingJavaScript
display.paddingJSON
paddingJSON
Display.Padding.net
display.paddingAndroid
Description​
Adjusts the padding between the music notation and the border. Adjusts the padding between the music notation and the outer border of the container element. The array is either:
- 2 elements:
[left-right, top-bottom]
- 4 elements:
[left, top, right, bottom]
- JavaScript
- C#
- Kotlin
padding: number[] = [35, 35];
IList<double> Padding { get; set; } = [35, 35]
var padding: alphaTab.collections.DoubleList = [35, 35]