SharedHiddenState Enum

Definition

Defines whether an image can be hidden.

public enum class SharedHiddenState
public enum SharedHiddenState
type SharedHiddenState = 
Public Enum SharedHiddenState
Inheritance
SharedHiddenState

Fields

Always 0

The image is Always in hidden state.

Never 1

The image is Never in hidden state.

Sometimes 2

Individual instances of this item may be hidden or visible. This is caused by either visibility based on an expression, or the existence of a ToggleItem.

Applies to