Dialog.SectionAttribute Class
On Reflection-based UIs, this attribute can be applied to a member to start a new section.

See Also: SectionAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field | System.AttributeTargets.All, Inherited=false)]
public class SectionAttribute : Attribute

Remarks

[Preserve (AllMembers=true)] class Settings { [Section ("Account", "Your credentials")] [Entry ("Enter your login name")] public string Login; [Password ("Enter your password")] public string Password; [Section ("Image Selection")] public UIImage Top; public UIImage Middle; public UIImage Bottom; }

Requirements

Namespace: Dialog
Assembly: Dialog-1 (in Dialog-1.dll)
Assembly Versions: 0.0.0.0