зеркало из https://github.com/DeGsoft/maui-linux.git
11 строки
337 B
C#
11 строки
337 B
C#
namespace Xamarin.Forms
|
|
{
|
|
interface ITextAlignmentElement
|
|
{
|
|
//note to implementor: implement the properties publicly
|
|
TextAlignment HorizontalTextAlignment { get; }
|
|
|
|
//note to implementor: but implement the methods explicitly
|
|
void OnHorizontalTextAlignmentPropertyChanged(TextAlignment oldValue, TextAlignment newValue);
|
|
}
|
|
} |