SectionAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SectionAttribute() | |
SectionAttribute(String) | |
SectionAttribute(String, String) |
SectionAttribute()
public SectionAttribute ();
Applies to
SectionAttribute(String)
public SectionAttribute (string caption);
new MonoTouch.Dialog.SectionAttribute : string -> MonoTouch.Dialog.SectionAttribute
Parameters
- caption
- String
Caption for the section.