PanelInstanceFactory Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Instance factory used to create Panel instances. Sets the panels Brush to a transparent brush, and modifies the panel's type descriptor so that the property value is reported as null when the transparent brush is used, and setting the Brush to null actually restores the transparent brush.
Syntax
[ExtensionFor(typeof(Panel))]
public sealed class PanelInstanceFactory : CustomInstanceFactory
Methods
CreateInstance(Type, Object[]) | Creates an instance of the specified type, passing the specified arguments to its constructor. |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()