Property Item
Namespace TallComponents.PDF.Layout
Class NameValuePairCollection<T>
Gets of sets the value of a property with a specific name.
Syntax
public
T
Item
[
String
name
]
{
get;
set;
}
Parameters
String
name
Property value
T