mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Layers - Move brush property to the top of the general property group
This commit is contained in:
parent
051d981a01
commit
78fc463085
@ -9,6 +9,12 @@ namespace Artemis.Core
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public class LayerGeneralProperties : LayerPropertyGroup
|
public class LayerGeneralProperties : LayerPropertyGroup
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// The type of brush to use for this layer
|
||||||
|
/// </summary>
|
||||||
|
[PropertyDescription(Name = "Brush type", Description = "The type of brush to use for this layer")]
|
||||||
|
public LayerBrushReferenceLayerProperty BrushReference { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The type of shape to draw in this layer
|
/// The type of shape to draw in this layer
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -27,12 +33,6 @@ namespace Artemis.Core
|
|||||||
[PropertyDescription(Name = "Transform mode", Description = "How the transformation properties are applied to the layer")]
|
[PropertyDescription(Name = "Transform mode", Description = "How the transformation properties are applied to the layer")]
|
||||||
public EnumLayerProperty<LayerTransformMode> TransformMode { get; set; }
|
public EnumLayerProperty<LayerTransformMode> TransformMode { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// The type of brush to use for this layer
|
|
||||||
/// </summary>
|
|
||||||
[PropertyDescription(Name = "Brush type", Description = "The type of brush to use for this layer")]
|
|
||||||
public LayerBrushReferenceLayerProperty BrushReference { get; set; }
|
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
protected override void PopulateDefaults()
|
protected override void PopulateDefaults()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user