BehaviorPropertyIsCustom Property |
Shows if this property does not belong to the predefined properties list in the specification:
https://msdn.microsoft.com/en-us/library/dd949052(v=office.15).aspx
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool IsCustom { get; }
Public ReadOnly Property IsCustom As Boolean
Get
public:
virtual property bool IsCustom {
bool get () sealed;
}
abstract IsCustom : bool with get
override IsCustom : bool with get
Property Value
Type:
BooleanImplements
IBehaviorPropertyIsCustom
See Also