MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.ButtonOffset Property
See Also
 





Gets or set the margin of the navigation buttons. This is a dependency property.

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public int ButtonOffset { get; set; }

Visual Basic  Copy Code

Public Property ButtonOffset As Integer

 Property Value

An integer value specifying how many pixels there are between a button and header edges. The default is 4.

 Remarks

The buttons get smaller if the value of this property is increased.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Silverlight Namespace