Gets or set the offset of the navigation buttons, displayed in the views' headers.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public int ButtonOffset { get; set; } |
Visual Basic Copy Code |
---|
Public Property ButtonOffset As Integer |
An integer value specifying how many device-independent pixels there are between a button and header edges. The default is 4.
The buttons get smaller if the value of this property is increased.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |