Artemis logo
Search Results for

    Show / Hide Table of Contents

    Class LayerTransformProperties

    Represents the transform properties of a layer

    Inheritance
    System.Object
    LayerPropertyGroup
    LayerTransformProperties
    Implements
    System.IDisposable
    Inherited Members
    LayerPropertyGroup.GroupDescription
    LayerPropertyGroup.Feature
    LayerPropertyGroup.ProfileElement
    LayerPropertyGroup.Parent
    LayerPropertyGroup.Path
    LayerPropertyGroup.PropertiesInitialized
    LayerPropertyGroup.LayerBrush
    LayerPropertyGroup.LayerEffect
    LayerPropertyGroup.IsHidden
    LayerPropertyGroup.LayerProperties
    LayerPropertyGroup.LayerPropertyGroups
    LayerPropertyGroup.GetAllLayerProperties()
    LayerPropertyGroup.ResetAllLayerProperties()
    LayerPropertyGroup.PropertyGroupInitialized
    LayerPropertyGroup.LayerPropertyOnCurrentValueSet
    LayerPropertyGroup.VisibilityChanged
    LayerPropertyGroup.OnPropertyGroupInitialized()
    LayerPropertyGroup.Dispose(Boolean)
    LayerPropertyGroup.Dispose()
    Namespace: Artemis.Core
    Assembly: Artemis.Core.dll
    Syntax
    public class LayerTransformProperties : LayerPropertyGroup, IDisposable

    Properties

    | Improve this Doc View Source

    AnchorPoint

    The point at which the shape is attached to its position

    Declaration
    public SKPointLayerProperty AnchorPoint { get; set; }
    Property Value
    Type Description
    SKPointLayerProperty
    | Improve this Doc View Source

    Opacity

    The opacity of the shape

    Declaration
    public FloatLayerProperty Opacity { get; set; }
    Property Value
    Type Description
    FloatLayerProperty
    | Improve this Doc View Source

    Position

    The position of the shape

    Declaration
    public SKPointLayerProperty Position { get; set; }
    Property Value
    Type Description
    SKPointLayerProperty
    | Improve this Doc View Source

    Rotation

    The rotation of the shape in degree

    Declaration
    public FloatLayerProperty Rotation { get; set; }
    Property Value
    Type Description
    FloatLayerProperty
    | Improve this Doc View Source

    Scale

    The scale of the shape

    Declaration
    public SKSizeLayerProperty Scale { get; set; }
    Property Value
    Type Description
    SKSizeLayerProperty

    Methods

    | Improve this Doc View Source

    DisableProperties()

    Called when the property group is deactivated (either the profile unloaded or the related brush/effect was removed)

    Declaration
    protected override void DisableProperties()
    Overrides
    LayerPropertyGroup.DisableProperties()
    | Improve this Doc View Source

    EnableProperties()

    Called when the property group is activated

    Declaration
    protected override void EnableProperties()
    Overrides
    LayerPropertyGroup.EnableProperties()
    | Improve this Doc View Source

    PopulateDefaults()

    Called before property group is activated to allow you to populate DefaultValue on the properties you want

    Declaration
    protected override void PopulateDefaults()
    Overrides
    LayerPropertyGroup.PopulateDefaults()

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX