Class DesignSurfaceBase
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Represents a base class that is a surface hosting the WPF designer. This class is abstract.
public abstract class DesignSurfaceBase : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, INotifyPropertyChanged
- Inheritance
-
DesignSurfaceBase
- Implements
- Derived
- Extension Methods
Properties
- DesignContext
Gets a context that the designer uses.
- DesignPanel
Gets a design panel that the designer uses.
- ZoomControl
Gets a zoom control that the designer uses.
Methods
- OnPropertyChanged(string)
Raises the
PropertyChanged
event.
- ScrollIntoView(DesignItem)
An abstract method. Derived classes should override it to perform scrolling the specified child control into view.
Events
- PropertyChanged
Occurs when some property of the designer changed.