RichTextBlock.IsVisible Property

Definition

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

Property Value

Attributes

Applies to