MindFusion.Scheduling for Silverlight Programmer's Guide
ActivityPresenter.ResourcesLabelOffsetX Property
See Also
 





Gets or sets a horizontal offset to the relative position of the text displaying allocated resources. This is a dependency property.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public double ResourcesLabelOffsetX { get; set; }

Visual Basic  Copy Code

Public Property ResourcesLabelOffsetX As Double

 Property Value

A double value specifying the horizontal offset.

 Remarks

The ResourcesLabelOffsetX and ResourcesLabelOffsetY properties are relative to the top-right corner of the activity presenter instance.

 See Also

ActivityPresenter Members
ActivityPresenter Class
MindFusion.DataViews.Silverlight Namespace