InsertImageAction.IsEnabled Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("isEnabled")]
public bool? IsEnabled { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("isEnabled")>]
member this.IsEnabled : Nullable<bool> with get, set
Public Property IsEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to