Gets or sets a horizontal offset to the relative position of the text displaying allocated resources. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public double ResourcesLabelOffsetX { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ResourcesLabelOffsetX As Double |
A double value specifying the horizontal offset.
RemarksThe ResourcesLabelOffsetX and ResourcesLabelOffsetY properties are relative to the top-right corner of the activity presenter instance.
See Also