다음을 통해 공유


AdornmentLayerDefinition Class

Definition

Provides information for an IAdornmentLayer export.

public ref class AdornmentLayerDefinition sealed
public ref class AdornmentLayerDefinition sealed
class AdornmentLayerDefinition sealed
public sealed class AdornmentLayerDefinition
type AdornmentLayerDefinition = class
Public NotInheritable Class AdornmentLayerDefinition
Inheritance
AdornmentLayerDefinition

Examples

internal sealed class Components
{
   [Export]
   [Name("ExampleAdornmentLayer")]
   [Order(After = "Selection", Before = "Text")]
   internal AdornmentLayerDefinition viewLayerDefinition;

   // other components
}

Remarks

Because you cannot subclass this type, you can use the [Export] attribute with no type.

Constructors

AdornmentLayerDefinition()

Initializes a new instance of AdornmentLayerDefinition.

Applies to