Class InlinePropertyAttribute
- Namespace
 - Stride.Core.Annotations
 
- Assembly
 - Stride.Core.dll
 
This attribute indicates that the associated property should be inlined in its container presentation when displayed in a property grid.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Interface)]
public sealed class InlinePropertyAttribute : Attribute
  - Inheritance
 - 
      objectInlinePropertyAttribute
 
- Inherited Members
 
Properties
Expand
Gets or sets whether to expand the inline property in the UI. The default is Never.
public ExpandRule Expand { get; set; }