The text of the 'scroll up' label.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
[ObsoleteAttribute("Scroll labels now use a built-in image instead of a text. This property is ignored.")]
public string ScrollUpLabelText { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("Scroll labels now use a built-in image instead of a text. This property is ignored.")> _
Public Property ScrollUpLabelText As String
Get
Set |
Visual C++ |
---|
public:
[ObsoleteAttribute(L"Scroll labels now use a built-in image instead of a text. This property is ignored.")]
property String^ ScrollUpLabelText {
String^ get ();
void set (String^ value);
} |
See Also