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





Gets or sets a vertical 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 ResourcesLabelOffsetY { get; set; }

Visual Basic  Copy Code

Public Property ResourcesLabelOffsetY As Double

 Property Value

A double value specifying the vertical 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