Class ContentItem
Inheritance
System.Object
ContentItem
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public abstract class ContentItem : RectangleItem, ICloneable
Constructors
ContentItem()
Declaration
protected ContentItem()
Fields
ParentPlaceholder
Declaration
public PlaceholderItem ParentPlaceholder
Field Value
| Type | Description |
|---|---|
| PlaceholderItem |
Properties
MaskOpacity
Declaration
public double MaskOpacity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Methods
ApplyPermissionsConstrain()
Declaration
public override void ApplyPermissionsConstrain()
Overrides
CanSetIsVariable()
Declaration
protected override bool CanSetIsVariable()
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
DeepClone<TItem>(TItem, Boolean)
Declaration
public override TItem DeepClone<TItem>(TItem clone = null, bool keepIds = false)
where TItem : ModelComponent
Parameters
| Type | Name | Description |
|---|---|---|
| TItem | clone | |
| System.Boolean | keepIds |
Returns
| Type | Description |
|---|---|
| TItem |
Type Parameters
| Name | Description |
|---|---|
| TItem |
Overrides
Aurigma.DesignAtoms.Model.Items.RectangleItem.DeepClone<TItem>(TItem, System.Boolean)
Equals(ContentItem)
Declaration
protected bool Equals(ContentItem other)
Parameters
| Type | Name | Description |
|---|---|---|
| ContentItem | other |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable