ASP.NET Pack Programmer's Guide
CssBorderStyle.GetProperties Method
See Also
 





Adds the properties of this CssBorderStyle object as <key, value> pairs in an IDictionary object.

Namespace: MindFusion.Scheduling
Package: 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>
A System.Collections.Generic.IDictionary<TKey, TValue> list that holds the properties.

 See Also

CssBorderStyle Members
CssBorderStyle Class
MindFusion.Scheduling Namespace