blockly > blockRendering > Simge > flipRtl
blockRendering.Icon.flipRtl mülkü
İmza:
flipRtl: boolean;
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-10-15 UTC.
[null,null,["Son güncelleme tarihi: 2024-10-15 UTC."],[[["`flipRtl` is a property of the `blockRendering.Icon` class that determines whether the icon should be flipped horizontally in right-to-left (RTL) contexts."],["It is a boolean value, indicating whether the icon should be flipped (`true`) or not (`false`)."]]],["The `flipRtl` property, found within the `blockRendering.Icon` class, is a boolean value. This property indicates whether an icon should be flipped horizontally when the user interface is set to a right-to-left (RTL) language layout. It dictates the icon's behavior regarding mirroring in RTL environments. The value of this property will be `true` when an icon is to be flipped in RTL environments.\n"]]