Palette.Count Property
Gets the number of color entries in the table.
Syntax
public System.Int32 Count { get; }
Property Value
Default: Must be specified in constructor.
The number of entries in the table.
Platforms
Windows, Linux, Android
Gets the number of color entries in the table.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public System.Int32 Count { get; }
Windows, Linux, Android
In this article
Gets the number of color entries in the table.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public:
int32_t count ( ) const;
Windows, Linux, Android
In this article
Gets the number of color entries in the table.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public final int getCount ( )
Windows, Linux, Android
In this article
Gets the number of color entries in the table.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
count
Windows, Linux, Android
In this article