-
Home
-
API
-
XamlToCSharpGenerator.LanguageService.Models
-
XamlInlayHint
XamlInlayHint Class
Definition
Show inherited members (7)
public sealed record XamlInlayHint(SourcePosition Position, string Label, XamlInlayHintKind Kind, string? Tooltip = null, bool PaddingLeft = true, bool PaddingRight = false, ImmutableArray<XamlInlayHintLabelPart> LabelParts = default(ImmutableArray<XamlInlayHintLabelPart>)) : IEquatable<XamlInlayHint>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Constructors (1)
Properties (7)