UIMarginCollection
Class
Represents UI margins collection.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Margins
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class UIMarginCollection : ObservableCollection<UILayer>, IList<UILayer>, ICollection<UILayer>, IList, ICollection, IReadOnlyList<UILayer>, IReadOnlyCollection<UILayer>, IEnumerable<UILayer>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<UILayer>ObservableCollection<UILayer>UIMarginCollection
Implements:
Inherited Members
Constructors
C#
public UIMarginCollection()
Methods
Updates the UI.
C#
public void UpdateUI(UIUpdateContext updateContext)
The update context.