CanvasControlLibrary.Models.CCLVotingProps.CCLVotingProps C# (CSharp) Method

CCLVotingProps() public method

public CCLVotingProps ( ) : System
return System
        public CCLVotingProps()
        {
            CustomFillPoint = new List<int>();
        }
CCLVotingProps