public double ContentControlWidth { get; set; }
Public Property ContentControlWidth As Double
Get
Set
public:
virtual property double ContentControlWidth {
double get () sealed;
void set (double value) sealed;
}
abstract ContentControlWidth : float with get, set
override ContentControlWidth : float with get, set