MindFusion.Scheduling for ASP.NET Programmer's Guide
Thickness.GetProperties Method
See Also
 





Gets the properties of this Thickness as an IDictionary<string, object> list where each pair is the name of the property and its value.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public IDictionary<string, Object> GetProperties ()

Visual Basic  Copy Code

Public Function GetProperties () As IDictionary(Of String, Object)

 Return Value

Type: IDictionary<String, Object>
An IDictionary<string, object> list that contains the properties.

 See Also

Thickness Members
Thickness Class
MindFusion.Scheduling Namespace