IPlacedLayerResourceIsCustom Property |
Gets or sets a value indicating whether this instance warp style is custom.
If true it contains mesh points. If set to false it erases mesh points.
Namespace: Aspose.PSD.FileFormats.Psd.Layers.LayerResourcesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 22.5
Syntaxbool IsCustom { get; set; }
Property IsCustom As Boolean
Get
Set
property bool IsCustom {
bool get ();
void set (bool value);
}
abstract IsCustom : bool with get, set
Property Value
Type:
Booleantrue if the placed or smart object layer resource has custom style; otherwise,
false.
See Also