Class Control
Represents the base class for user interface (UI) controls.
[DataContract("Control")]
public abstract class Control : UIElement, IUIElementUpdate, IUIElementChildren, IIdentifiable
  - Inheritance
 - 
      objectControl
 
- Implements
 
- Derived
 
- Inherited Members
 
- Extension Methods
 
Fields
padding
protected Thickness padding
  Field Value
Properties
Padding
Gets or sets the padding inside a control.
[DataMember]
[Display(null, "Layout")]
public Thickness Padding { get; set; }